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

Return Value

Type: PopulationChangeReason
PopulationChangeReason describing the reason for death.
See Also