Difference between revisions of "Osiris/API/CharacterLaunchOsirisOnlyIterator"

From Divinity Engine Wiki
Jump to: navigation, search
(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 22: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