OrganismStateCurrentMoveToAction Property |
Retrieves information about the creature's current movement vector.
If the creature is moving this value will always be non null, and
null if the creature isn't currently moving. This is used by the
game engine since movement can encompass many turns.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic MoveToAction CurrentMoveToAction { get; set; }
Public Property CurrentMoveToAction As MoveToAction
Get
Set
public:
property MoveToAction^ CurrentMoveToAction {
MoveToAction^ get ();
void set (MoveToAction^ value);
}
member CurrentMoveToAction : MoveToAction with get, set
Property Value
Type:
MoveToAction
See Also