Osiris/API/IterateParties

From Divinity Engine Wiki
Revision as of 08:28, 12 April 2018 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call IterateParties((STRING)_Event)
Description

Iterates over all characters in that are in any party, and throws the event _Event for every one of them.

Notes
  • Since only player characters can be in parties, and since all player characters are guaranteed to be in a party, the practical upshot is that this call sends _Event to all current player characters.
See Also