Time code in human readable format
Source: addons/calendar_time/game_time/time_units/hours_time.gd
Syntax
class HoursTime extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
hours | Property | Whole hours represented by this time value. |
minutes | Property | Whole minutes represented by this time value. |
seconds | Property | Seconds represented by this time value. |
STRING_FORMAT | Field | Format string that renders this time value as hours, minutes, and seconds. |
as_game_seconds | Method | |
from_game_seconds | Method | |
is_same_time | Method | |
is_after | Method | |
to_dict | Method | |
from_dict | Method |