OrganismStateDeathReason Property |
Describes the reason why the creature died. This is most often
OldAge, Starvation, Killed, or Sickness. If the creature is not
dead yet then the value will be NotDead.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic PopulationChangeReason DeathReason { get; }
Public ReadOnly Property DeathReason As PopulationChangeReason
Get
public:
property PopulationChangeReason DeathReason {
PopulationChangeReason get ();
}
member DeathReason : PopulationChangeReason with get
Return Value
Type:
PopulationChangeReason
PopulationChangeReason describing the reason for death.
See Also