Osiris/API/IterateParty

From Divinity Engine Wiki
Revision as of 17:22, 19 December 2017 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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