mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 22:55:07 +00:00
Fixed AS3 - direct editation - arguments object on method with activation
This commit is contained in:
@@ -1689,8 +1689,10 @@ public class AVM2SourceGenerator implements SourceGenerator {
|
||||
NameAVM2Item n = (NameAVM2Item) an;
|
||||
if (n.getVariableName().equals("arguments") & !n.isDefinition()) {
|
||||
registerNames.add("arguments");
|
||||
registerTypes.add(new TypeItem("Object"));
|
||||
registerTypes.add(new TypeItem("Array"));
|
||||
registerLines.add(0); //?
|
||||
slotNames.add(n.getVariableName());
|
||||
slotTypes.add(new TypeItem("Array"));
|
||||
hasArguments = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user