Settings regarding ageing within the game world
Source: addons/calendar_time/ageing/age_settings.gd
Syntax
class AgeSettings extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
update_timing | Property | Controls how often the age system re-evaluates stages, per date change or per frame. |
interval_unit | Property | The unit of time for measuring ageing in |
intervals_per_age | Property | The amount of times the time unit must elapse for the age to increase 1 time. Must be finite and strictly positive (zero/negative are rejected at progress). |
allow_negative_age_changes | Property | Whether to allow ageing backwards if game time or game dates go in reverse / negative time directions |