Osiris/API/CharacterLaunchIterator: Difference between revisions

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

Revision as of 19:45, 28 February 2018

Full Definition(s)
  • call CharacterLaunchIterator((STRING)_Event)
Description

Causes story event _Event to be thrown for every character in the current level. Once the last such character has been iterated, an additional story event _Event will be thrown for object NULL_00000000-0000-0000-0000-000000000000, so that you can perform any necessary clean-up or finalise processing.

Notes
  • As mentioned in the description, this will only iterate over characters.
See Also