Click or drag to resize
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.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool IsAlive { get; }

Return Value

Type: Boolean
True if the creature is alive, False otherwise.
See Also