Osiris/API/TimerCancel
From Divinity Engine Wiki
Full Definition(s)
- call TimerCancel((STRING)_Timer)
Description
Aborts the ongoing timer with the event name _Timer, if any.
Notes
- If no timer with the specified event name exists, this call will not do anything.
- When a timer is cancelled, the corresponding TimerFinished event will not be thrown.