Skip to content
ct

Class

GameTimeProgress

Generated GDScript class reference for CalendarTime.GameTimeProgress.

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

Source: addons/calendar_time/game_time/events/game_time_progress.gd

Syntax

class GameTimeProgress extends RefCounted

Members

NameKindSummary
finishedSignalEmitted when the tracked time progress reaches completion.
updatedSignalEmitted whenever the progress value changes, carrying the new fraction.
progressPropertyRatio towards being finished between 0.0 and 1.0
clockPropertyThe clock this progress runs off of. Subscribes to its bus for game_seconds_advanced (continuous flow) and date_time_changed (jumps or publishes that move the instant without advancing).
is_finishedPropertyWhen the expected amount of game time has occured, is_finished is true Emits [signal finished] only on the false -> true transition.
start_secondsPropertyStart time in total game seconds
end_secondsPropertyEnd time in total game seconds
update_progressMethod
get_durationMethod