A list of all Actions, Conditions and Expressions supported in this addon.
General
-
Actions
Start {my} {1} for {0} ({2}, {3} timescale)
Start a timer with a tag
Stop {my} {0}
Stop timer
{1} {my} {0}
Pause or resume the timer with the given tag
Stop all {my}
Stop all timers
{0} all {my}
Pause all timers.
-
Conditions
On {my} {0}
Runs when the timer with the given tag finished
Is {my} {0} running
Check if the timer is running
Is {my} {0} paused
Check if the timer is paused
-
Expressions
Time
Remaining time until On Timer triggers.
Duration
the duration set when starting the timer
Progress
Normalized Progress from 0 (just started) to 1 (just finished)
TotalTime
Returns the time the timer is already running for for one off Timers this is the inverse of time. But for repeating timers it keeps counting up without resetting for each repeat.