Chris' Tutorials
Docs/Calendar Time

Class

ActionProgress

Generated GDScript class reference for CalendarTime.ActionProgress.

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/game_time/ui/action_progress.gd

Syntax

class ActionProgress extends Control

Members

NameKindSummary
updatedEventUI for showing and updating the progress_bar of an action works through game time instead of regular time so all updates are multiplied by the game speed. Pairs with `GameTimeProgress.updated(progress)` so consumers can wire a single uniform contract for "anything with progress" regardless of which subclass they receive. Progress-driven UI (loading bars, action timers) can listen on `updated` instead of polling `_process`.
finishedEventEmitted when the gather has finished the timer duration successfully.
update_frequencyPropertyHow often to update progress_bar visuals. If 0, it will update on every process frame
progress_barProperty
finish_timeProperty
progress_timeProperty
time_since_updateProperty
game_deltaProperty
finished_emitted_setMethod
startMethod
pauseMethod
cancelMethod
updateMethod
is_finishedMethod

Source

addons/calendar_time/game_time/ui/action_progress.gd

Plugin docs root:gdscript/plugins/calendar_time_dev/docs