The game date and time represented as a resource composed of GameDate and HoursTime
Source: addons/calendar_time/game_time/time_units/date_time.gd
Syntax
class DateTime extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
date | Property | The date day, month, year Correlates with a particular game calendar that calculated it and not necessarily the real world calendar |
time | Property | The time representation of the current day's hours, minutes, and seconds |
from_components | Method | |
matches | Method | |
validate | Method | |
to_dict | Method | |
from_dict | Method | |
as_formatted | Method |