mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 18:46:12 +00:00
Exporting compound scripts
This commit is contained in:
@@ -137,7 +137,7 @@ public class ScriptPack extends AS3ClassTreeItem {
|
||||
}
|
||||
|
||||
public String getPathScriptName() {
|
||||
String scriptName = "";
|
||||
String scriptName = "script_" + scriptIndex;
|
||||
for (int t : traitIndices) {
|
||||
Multiname name = abc.script_info.get(scriptIndex).traits.traits.get(t).getName(abc);
|
||||
int nskind = name.getSimpleNamespaceKind(abc.constants);
|
||||
|
||||
Reference in New Issue
Block a user