mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 20:20:51 +00:00
action bytes: HideInRawEdit everywhere
This commit is contained in:
@@ -74,7 +74,6 @@ public class DefineButtonTag extends ButtonTag implements ASMSource {
|
||||
/**
|
||||
* Actions to perform
|
||||
*/
|
||||
//public List<Action> actions;
|
||||
@HideInRawEdit
|
||||
public ByteArrayRange actionBytes;
|
||||
|
||||
|
||||
@@ -51,7 +51,6 @@ public class DoActionTag extends Tag implements ASMSource {
|
||||
/**
|
||||
* List of actions to perform
|
||||
*/
|
||||
//public List<Action> actions = new ArrayList<Action>();
|
||||
@HideInRawEdit
|
||||
public ByteArrayRange actionBytes;
|
||||
|
||||
|
||||
@@ -58,7 +58,6 @@ public class DoInitActionTag extends Tag implements CharacterIdTag, ASMSource {
|
||||
/**
|
||||
* List of actions to perform
|
||||
*/
|
||||
//public List<Action> actions = new ArrayList<Action>();
|
||||
@HideInRawEdit
|
||||
public ByteArrayRange actionBytes;
|
||||
|
||||
|
||||
@@ -148,10 +148,6 @@ public class BUTTONCONDACTION implements ASMSource, Serializable {
|
||||
*/
|
||||
public boolean condOverDownToIdle;
|
||||
|
||||
/**
|
||||
* Actions to perform
|
||||
*/
|
||||
//public List<Action> actions;
|
||||
/**
|
||||
* Actions to perform in byte array
|
||||
*/
|
||||
|
||||
@@ -27,6 +27,7 @@ import com.jpexs.decompiler.flash.helpers.GraphTextWriter;
|
||||
import com.jpexs.decompiler.flash.tags.Tag;
|
||||
import com.jpexs.decompiler.flash.tags.base.ASMSource;
|
||||
import com.jpexs.decompiler.flash.types.annotations.Conditional;
|
||||
import com.jpexs.decompiler.flash.types.annotations.HideInRawEdit;
|
||||
import com.jpexs.decompiler.flash.types.annotations.Internal;
|
||||
import com.jpexs.helpers.ByteArrayRange;
|
||||
import com.jpexs.helpers.Helper;
|
||||
@@ -146,8 +147,7 @@ public class CLIPACTIONRECORD implements ASMSource, Serializable {
|
||||
/**
|
||||
* Actions to perform
|
||||
*/
|
||||
//public List<Action> actions;
|
||||
@Internal
|
||||
@HideInRawEdit
|
||||
public ByteArrayRange actionBytes;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user