Enum DeathReason
An enum that represents a set of possible reasons for a PersonLike's death
public enum DeathReason
- Extension Methods
Fields
Electrocution = 2
A death reason that represents that a person died from electric shock. This value is used by RepairAction.
InexplicableReasons = 1
A death reason that represents that a person died from an unknown reason. This is only used by the "Die" cheat.
Starvation = 0
A death reason that represents that a person died from hunger. This value is used by StarveAction.
TooMuchBrew = 4
A death reason that represents that a person died from drinking too much brew, which represents alcohol.
TooMuchProtein = 3
A death reason that represents that a person died from drinking too many protein shakes