Click or drag to resize
OrganismStateIsStopped Property

Determines if the creature is moving or is completely stopped.

Namespace: Terrarium.Sdk.Classes.State
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
True if the creature is moving, False otherwise.
See Also