Package de.darkatra.bfme2.map.scripting
Class ScriptArgument
-
- All Implemented Interfaces:
public final class ScriptArgument
-
-
Field Summary
Fields Modifier and Type Field Description private final ScriptArgumentTypeargumentTypeprivate final IntegerintValueprivate final FloatfloatValueprivate final StringstringValueprivate final Vector3position
-
Constructor Summary
Constructors Constructor Description ScriptArgument(ScriptArgumentType argumentType, Integer intValue, Float floatValue, String stringValue, Vector3 position)
-
Method Summary
Modifier and Type Method Description final ScriptArgumentTypegetArgumentType()final IntegergetIntValue()final FloatgetFloatValue()final StringgetStringValue()final Vector3getPosition()-
-
Constructor Detail
-
ScriptArgument
ScriptArgument(ScriptArgumentType argumentType, Integer intValue, Float floatValue, String stringValue, Vector3 position)
-
-
Method Detail
-
getArgumentType
final ScriptArgumentType getArgumentType()
-
getIntValue
final Integer getIntValue()
-
getFloatValue
final Float getFloatValue()
-
getStringValue
final String getStringValue()
-
getPosition
final Vector3 getPosition()
-
-
-
-