How do you interact with Construct timers from a script?
I'm aware of setTimeout and setInterval in JavaScript but I'm looking to interact with events & timers that are already setup.
When I get an instance of an object with a timer I see behaviors.Timer but I don't see a method to start or stop one. Do I need to 'get' the instance of the timer with a method?
I'm not seeing Timers in the scripting docs either.