OrganismStateRadius Property |
Determines the actual radius of the creature. This is used to
determine how close to maturity a creature has gotten or in
various computations on attack, defense, and movement.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int Radius { get; }
Public ReadOnly Property Radius As Integer
Get
public:
property int Radius {
int get ();
}
member Radius : int with get
Return Value
Type:
Int32
System.Int32 of the actual radius of the creature.
See Also