Difference between revisions of "Osiris/API/CharacterLaunchIteratorAroundCharacter"
From Divinity Engine Wiki
m |
|||
Line 5: | Line 5: | ||
===== Notes ===== | ===== Notes ===== | ||
* As mentioned in the description, this will only iterate over characters. | * As mentioned in the description, this will only iterate over characters. | ||
+ | * Changed to [[Osiris/API/CharacterLaunchIteratorAroundObject|CharacterLaunchIteratorAroundObject]] | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CharacterLaunchIterator|CharacterLaunchIterator]] | * [[Osiris/API/CharacterLaunchIterator|CharacterLaunchIterator]] | ||
Line 11: | Line 12: | ||
[[Category:Osiris Calls|CharacterLaunchIteratorAroundCharacter]] | [[Category:Osiris Calls|CharacterLaunchIteratorAroundCharacter]] | ||
+ | [[Category:Osiris Calls (Changed in DOS2DE)|CharacterLaunchIteratorAroundCharacter]] |
Revision as of 17:49, 28 August 2018
Full Definition(s)
- call CharacterLaunchIteratorAroundCharacter((CHARACTERGUID)_Character, (REAL)_Radius, (STRING)_Event)
Description
Causes story event _Event to be thrown for every character within _Radius meters of _Character. 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.
- Changed to CharacterLaunchIteratorAroundObject