Osiris/API/CharacterLaunchOsirisOnlyIterator: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
No edit summary
(Documented CharacterLaunchOsirisOnlyIterator)
 
Line 2: Line 2:
* call '''CharacterLaunchOsirisOnlyIterator'''(''(STRING)'''''_event''')
* call '''CharacterLaunchOsirisOnlyIterator'''(''(STRING)'''''_event''')
===== Description =====
===== Description =====
Launches a character iterator, which sends an Osiris only StoryEvent to each character in the level.
This call does the same as [[Osiris/API/CharacterLaunchIterator|CharacterLaunchIterator]], except that the [[Osiris/API/StoryEvent|events]] are only sent to Osiris and not to behaviour script.
===== Notes =====
* This call was introduced to make the Arx death fog genocide less resource-intensive.
===== See Also =====
* [[Osiris/API/CharacterLaunchIterator|CharacterLaunchIterator]]
* [[Osiris/API/CharacterLaunchIteratorAroundCharacter|CharacterLaunchIteratorAroundCharacter]]
* [[Osiris/API/StoryEvent|StoryEvent]]
* [[Osiris/API/TriggerLaunchIterator|TriggerLaunchIterator]]
 


[[Category:Osiris Calls|CharacterLaunchOsirisOnlyIterator]]
[[Category:Osiris Calls|CharacterLaunchOsirisOnlyIterator]]
[[Category:Osiris Calls (Added in DOS2DE)|CharacterLaunchOsirisOnlyIterator]]
[[Category:Osiris Calls (Added in DOS2DE)|CharacterLaunchOsirisOnlyIterator]]

Latest revision as of 20:42, 20 February 2019

Full Definition(s)
  • call CharacterLaunchOsirisOnlyIterator((STRING)_event)
Description

This call does the same as CharacterLaunchIterator, except that the events are only sent to Osiris and not to behaviour script.

Notes
  • This call was introduced to make the Arx death fog genocide less resource-intensive.
See Also