Click or drag to resize
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.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool IsStopped { get; }

Return Value

Type: Boolean
System.Int32 representing the speed of movement for this MovementVector.
See Also