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

Return Value

Type: Int32
System.Int32 for the speed the creature is moving.
See Also