Package de.darkatra.bfme2.map.scripting
Class Action
-
-
Field Summary
Fields Modifier and Type Field Description private final ScriptActionTypetypeprivate final PropertyKeyinternalNameprivate final List<ScriptArgument>argumentsprivate final Booleanenabled
-
Constructor Summary
Constructors Constructor Description Action(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
-
Action
Action(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()
-
-
-
-