Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.
Source: addons/calendar_time/game_time/events/game_time_progress.gd
Syntax
class GameTimeProgress extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
finished | Event | |
updated | Event | |
progress | Property | Ratio towards being finished between 0.0 and 1.0 |
clock | Property | The clock this progress runs off of. Subscribes to its bus for game_seconds_advanced. |
is_finished | Property | When the expected amount of game time has occured, is_finished is true |
start_seconds | Property | Start time in total game seconds |
end_seconds | Property | End time in total game seconds |
update_progress | Method | |
time_after_start | Property | |
duration | Property | |
get_duration | Method |
Source
addons/calendar_time/game_time/events/game_time_progress.gd
Plugin docs root:gdscript/plugins/calendar_time_dev/docs