Chris' Tutorials
Docs/Calendar Time

Class

TimeEventMessenger

Generated GDScript class reference for CalendarTime.TimeEventMessenger.

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/ui/logging/time_event_messenger.gd

Syntax

class TimeEventMessenger extends Resource

Members

NameKindSummary
message_createdEventGenerated log
activePropertyToggle for controlling if messages are emitted or skipped. [br] Use for controlling at what time messenges should be active in your time.
clockPropertyThe messenger will be using this to generate messages from the GameClock signals
time_formatPropertyDefines how the time should be displayed for date & time
log_to_consolePropertyWhether to log the messages generated to the console as a print
send_current_day_events_on_loadPropertyWhether to send messages for the current date whenever the clock is set
show_date_changedPropertyWhether to show date_changed signal events from the time state
date_changed_messageProperty
show_day_finishedPropertyWhether to show day_finished signal events from the time state
day_finished_messageProperty
show_event_day_startedPropertyWhether to show event_day_started signal events from the time state
event_day_started_messageProperty
show_date_time_changedPropertyWhether to show date_time_changed signal events from the time state Warning: This will print a lot of data
state_loaded_messageProperty
validateMethod
issuesProperty
messageProperty
messageProperty
messageProperty
days_betweenProperty
date_change_eventProperty
current_event_dayProperty
messageProperty
messageProperty

Source

addons/calendar_time/ui/logging/time_event_messenger.gd

Plugin docs root:gdscript/plugins/calendar_time_dev/docs