Difference between revisions of "Osiris/API/IterateParty"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented IterateParty)
 
m
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
 
* [[Osiris/API/CharacterRecruitCharacter|CharacterRecruitCharacter]]
 
* [[Osiris/API/CharacterRecruitCharacter|CharacterRecruitCharacter]]
 
* [[Osiris/API/CharacterRemoveFromParty|CharacterRemoveFromParty]]
 
* [[Osiris/API/CharacterRemoveFromParty|CharacterRemoveFromParty]]
* [[Osiris/API/IterateParty|IterateParty]]
 
 
* [[Osiris/API/IterateParties|IterateParties]]
 
* [[Osiris/API/IterateParties|IterateParties]]
 
* [[Osiris/API/LeaveParty|LeaveParty]]
 
* [[Osiris/API/LeaveParty|LeaveParty]]
  
[[Category:Osiris Calls]]
+
[[Category:Osiris Calls|IterateParty]]

Latest revision as of 17:22, 19 December 2017

Full Definition(s)
  • call IterateParty((CHARACTERGUID)_Character, (STRING)_Event)
Description

Iterates over all characters in the same party as _Character, including _Character itself, and throws the event _Event for every one of them.

Notes
  • This routine does nothing if _Character is NULL or not in a party.
See Also