OrganismStateSpeed Property |
Determines the speed at which the creature is moving. Useful
in calculating overtake speeds for Carnivores and run-away
speeds for Herbivores.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int Speed { get; }
Public ReadOnly Property Speed As Integer
Get
public:
property int Speed {
int get ();
}
member Speed : int with get
Return Value
Type:
Int32
System.Int32 for the speed the creature is moving.
See Also