Interface: ClockStatus
SimpleCalendar.ClockStatus
Interface for indicating the current status of a real time clock in Simple Calendar
Properties
paused
• paused: boolean
If the clock is currently paused. The clock will be paused if the pause button has been clicked, when the game is paused or the active scene has an active combat.
started
• started: boolean
If the clock is currently started and running.
stopped
• stopped: boolean
If the clock is currently stopped and not running.