Difference between revisions of "Osiris/API/TriggerLaunchIterator"

From Divinity Engine Wiki
Jump to: navigation, search
m
(Link DB_InRegion)
Line 9: Line 9:
 
===== See Also =====
 
===== See Also =====
 
* [[Osiris/API/CharacterLaunchIteratorAroundCharacter|CharacterLaunchIteratorAroundCharacter]]
 
* [[Osiris/API/CharacterLaunchIteratorAroundCharacter|CharacterLaunchIteratorAroundCharacter]]
 +
* Helper [[Osiris/Shared/DB_InRegion|DB_InRegion]]
  
 
[[Category:Osiris Calls]]
 
[[Category:Osiris Calls]]

Revision as of 15:51, 14 October 2017

Full Definition(s)
  • call TriggerLaunchIterator((TRIGGERGUID)_Trigger, (STRING)_Event)
Description

Causes story event _Event to be thrown for each character currently inside _Trigger. This does not require _Trigger to be first registered for these or any other characters.

Return Values
  • None
Notes
  • It is not possible to iterate all items in a trigger in the same way. You have to use TriggerRegisterForItems and keep track of the items entering/exiting the trigger in that case.
See Also