Chris' Tutorials
Docs/Calendar Time

Class

AgeComponent

Generated GDScript class reference for CalendarTime.AgeComponent.

StatusCurrent
Versionv2.0
UpdatedGenerated from GDScript addon source
Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.

Serves as a context for connecting to the AgeState for a game object

Source: addons/calendar_time/ageing/age_component.gd

Syntax

class AgeComponent extends Node

Members

NameKindSummary
age_state_changedEventEmitted when the component's Age State changes
age_presetProperty
clockPropertyThe clock this component ages with. The component's `_registry` is resolved from `clock.age_registry` in `_ready` so every component scoped to the same clock reads/writes the same hermetic registry. Two `AgeComponent`s bound to different clocks see different age states.
age_statePropertyReference to the AgeState of this AgeComponent
oldProperty
ensure_registry_resolvedMethod
has_age_registryMethod
get_age_signal_busMethod
transfer_stateMethod
transferring_stateProperty
to_dictMethod
stateProperty
from_dictMethod
state_idProperty
AGE_STATE_IDField
get_keysMethod

Source

addons/calendar_time/ageing/age_component.gd

Plugin docs root:gdscript/plugins/calendar_time_dev/docs