OrganismStateIsAlive Property |
Determines if the creature is alive or dead. This is used by
Carnivores so they can find food in the form of corpses.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool IsAlive { get; }
Public ReadOnly Property IsAlive As Boolean
Get
public:
property bool IsAlive {
bool get ();
}
member IsAlive : bool with get
Return Value
Type:
Boolean
True if the creature is alive, False otherwise.
See Also