How do you stop a scheduled event?
by Chase Webb · in Torque 2D Beginner · 01/17/2015 (2:23 am) · 4 replies
I know how to stop a timer, but I can't figure out how to stop something I've scheduled from happening. Can someone show me an example of how to do this?
About the author
#2
A schedule manager that keeps all of your scheduled events under control - so you can do things like pause your game....
01/17/2015 (8:34 am)
Hey, check this out:A schedule manager that keeps all of your scheduled events under control - so you can do things like pause your game....
#3
01/18/2015 (1:11 am)
Thank you!
#4
01/18/2015 (4:50 pm)
The TorqueScript section in the T3D wiki has information that may be relevant to both engines. Schedules and timers page.
Torque Owner William Hilke
Also.. isEventPending(eventId) will tell you if a schedule is waiting to run.