OrganismStateIsMature Property |
Determines if the creature is mature by comparing the current Radius
to the Radius it will have when mature.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool IsMature { get; }
Public ReadOnly Property IsMature As Boolean
Get
public:
property bool IsMature {
bool get ();
}
member IsMature : bool with get
Return Value
Type:
Boolean
True if the creature is mature, False otherwise.
See Also