Enum LifeSpan
A life span is a setting in the PerSaveOptions that determines how long a person's individual AgeGroup lasts for. This property is evaluated in GetDaysBeforeAging() using GetDaysBeforeAging(AgeGroup, LifeSpan).
Namespace: TinyLife.Objects
Assembly: Tiny Life.dll
Syntax
public enum LifeSpan
Fields
Name | Description |
---|---|
Infinite | |
Long | |
Normal | |
Short | |
VeryLong | |
VeryShort |