Package de.darkatra.bfme2.map.scripting
Class ActionFalse
-
- All Implemented Interfaces:
-
de.darkatra.bfme2.map.scripting.Statement
@Asset(name = "ScriptActionFalse", version = "3.toUShort()") public final class ActionFalse implements Statement
-
-
Field Summary
Fields Modifier and Type Field Description private final ScriptActionTypetypeprivate final PropertyKeyinternalNameprivate final List<ScriptArgument>argumentsprivate final Booleanenabled
-
Constructor Summary
Constructors Constructor Description ActionFalse(ScriptActionType type, PropertyKey internalName, List<ScriptArgument> arguments, Boolean enabled)
-
Method Summary
Modifier and Type Method Description final ScriptActionTypegetType()final PropertyKeygetInternalName()final List<ScriptArgument>getArguments()final BooleangetEnabled()-
-
Constructor Detail
-
ActionFalse
ActionFalse(ScriptActionType type, PropertyKey internalName, List<ScriptArgument> arguments, Boolean enabled)
-
-
Method Detail
-
getType
final ScriptActionType getType()
-
getInternalName
final PropertyKey getInternalName()
-
getArguments
final List<ScriptArgument> getArguments()
-
getEnabled
final Boolean getEnabled()
-
-
-
-