Package de.darkatra.bfme2.map.scripting
Class Condition
-
-
Field Summary
Fields Modifier and Type Field Description private final ScriptConditionTypetypeprivate final PropertyKeyinternalNameprivate final List<ScriptArgument>argumentsprivate final Booleanenabledprivate final Booleaninverted
-
Constructor Summary
Constructors Constructor Description Condition(ScriptConditionType type, PropertyKey internalName, List<ScriptArgument> arguments, Boolean enabled, Boolean inverted)
-
Method Summary
Modifier and Type Method Description final ScriptConditionTypegetType()final PropertyKeygetInternalName()final List<ScriptArgument>getArguments()final BooleangetEnabled()final BooleangetInverted()-
-
Constructor Detail
-
Condition
Condition(ScriptConditionType type, PropertyKey internalName, List<ScriptArgument> arguments, Boolean enabled, Boolean inverted)
-
-
Method Detail
-
getType
final ScriptConditionType getType()
-
getInternalName
final PropertyKey getInternalName()
-
getArguments
final List<ScriptArgument> getArguments()
-
getEnabled
final Boolean getEnabled()
-
getInverted
final Boolean getInverted()
-
-
-
-