IAnimalSpeciesMaximumSpeed Property |
The maximum speed the creature is capable of moving.
Namespace: Terrarium.Sdk.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxint MaximumSpeed { get; }
ReadOnly Property MaximumSpeed As Integer
Get
property int MaximumSpeed {
int get ();
}
abstract MaximumSpeed : int with get
Return Value
Type:
Int32
System.Int32 representing the maximum speed the creature is capable of moving.
See Also