Osiris/API/CharacterLaunchIteratorAroundObject: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''CharacterLaunchIteratorAroundObject'''(''(GUIDSTRING)'''''_Center''', ''(REAL)'''''_Radius''', ''(STRING)'''''_Event''') ===== Descrip...")
 
m (Changed category to "Added in DOS2DE")
 
Line 11: Line 11:
    
    
[[Category:Osiris Calls|CharacterLaunchIteratorAroundObject]]
[[Category:Osiris Calls|CharacterLaunchIteratorAroundObject]]
[[Category:Osiris Calls (Changed in DOS2DE)|CharacterLaunchIteratorAroundObject]]
[[Category:Osiris Calls (Added in DOS2DE)|CharacterLaunchIteratorAroundObject]]

Latest revision as of 20:11, 28 August 2018

Full Definition(s)
  • call CharacterLaunchIteratorAroundObject((GUIDSTRING)_Center, (REAL)_Radius, (STRING)_Event)
Description

Causes story event _Event to be thrown for every character within _Radius meters of _Center. 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
See Also