ISpeciesMatureRadius Property |
The maximum radius that a creature can achieve once
they are fully matured. Once a creature has fully
matured they may perform additional actions such
as reproduction, while others actions cease such
as growth.
Namespace: Terrarium.Sdk.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxint MatureRadius { get; }
ReadOnly Property MatureRadius As Integer
Get
property int MatureRadius {
int get ();
}
abstract MatureRadius : int with get
Return Value
Type:
Int32
System.Int32 representing the radius of the creature when fully mature.
See Also