Click or drag to resize
AnimalIsMoving Property

Used to determine if your creature has been commanded to move. You can also check the CurrentMoveToAction property to get the actual movement vector for your creature. Because moving is asynchronous your creature might not have started moving yet.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool IsMoving { get; }

Return Value

Type: Boolean
True if your creature is or will be moving, False otherwise.
See Also