Osiris/API/CharacterRemoveFromParty

From Divinity Engine Wiki
Revision as of 14:05, 29 November 2017 by Tinkerer (talk | contribs) (Documented CharacterRemoveFromParty)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call CharacterRemoveFromParty((CHARACTERGUID)_Character)
Description

Removes the character _Character from their party. The character will not be added to another party, but will remain a player character if it was one.

Notes
  • This call will not do anything if _Character is NULL or not in a party.
  • After removing a player character from a party this way, make sure to add it to another party in the same frame using CharacterAddToParty.
See Also