Osiris/API/CharacterRemoveFromParty: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented CharacterRemoveFromParty)
(No difference)

Revision as of 12:05, 29 November 2017

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