Osiris/API/TimerFinished: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented TimerFinished)
 
(No difference)

Latest revision as of 16:29, 19 December 2017

Full Definition(s)
  • event TimerFinished((STRING)_Timer)
Description

This event gets thrown when a timer countdown finishes.

Parameters
  • _Timer: The event name that was specified to the corresponding TimerLaunch call.
Notes
  • /
See Also