OrganismStateIsStopped Property |
Determines if the creature is moving or is completely stopped.
Namespace: Terrarium.Sdk.Classes.StateAssembly: 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
True if the creature is moving, False otherwise.
See Also