Skip to content
ct

Class

AgeSettings

Generated GDScript class reference for CalendarTime.AgeSettings.

Status
Current
Version
v2.0.4
Updated
2026-08-09

Settings regarding ageing within the game world

Source: addons/calendar_time/ageing/age_settings.gd

Syntax

class AgeSettings extends Resource

Members

NameKindSummary
update_timingPropertyControls how often the age system re-evaluates stages, per date change or per frame.
interval_unitPropertyThe unit of time for measuring ageing in
intervals_per_agePropertyThe 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_changesPropertyWhether to allow ageing backwards if game time or game dates go in reverse / negative time directions