MovementVectorIsStopped Property |
Used to determine if this MovementVector will stop movement. This is
true whenever an empty point and a speed of 0 was used.
Namespace: Terrarium.Sdk.Classes.CreatureAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool IsStopped { get; }
Public ReadOnly Property IsStopped As Boolean
Get
public:
property bool IsStopped {
bool get ();
}
member IsStopped : bool with get
Return Value
Type:
Boolean
System.Int32 representing the speed of movement for this MovementVector.
See Also