Osiris/API/TimerCancel

From Divinity Engine Wiki
Revision as of 18:20, 19 December 2017 by Tinkerer (talk | contribs) (Documented TimerCancel)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.
See Also