Chris' Tutorials
Docs/Calendar Time

Class

AddAfterGameSeconds

Generated GDScript class reference for CalendarTime.AddAfterGameSeconds.

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

Source: addons/calendar_time/ageing/add_after_game_seconds.gd

Syntax

class AddAfterGameSeconds extends Node

Members

NameKindSummary
clockPropertyAdds a int value to a target node with add(int) method when a number of game seconds have elapsed on the TimeSignalBus. [br][br] You can stop this node from executing by setting process_mode to disabled Where to receive updates to the current date time from
target_nodeProperty
seconds_amountPropertyAdd this to the target_node per period
intervalPropertyNumber of age values per increase
remainder_secsPropertyAccrued time that has no been used in adding value to the target node yet
last_update_secsPropertyThe last time in seconds that this component was updated
interval_secsPropertyThe amount of secs that should elapse between adds
total_addsPropertyTotal number of times this component has called add on the target(s)
updateMethod
valid_targetProperty
process_secondsProperty
times_to_addProperty
times_addedProperty

Source

addons/calendar_time/ageing/add_after_game_seconds.gd

Plugin docs root:gdscript/plugins/calendar_time_dev/docs