Osiris/API/CharacterAddToParty

From Divinity Engine Wiki
Revision as of 23:03, 29 November 2017 by Tinkerer (talk | contribs) (More clarifications about (non-)usage of this call)
Jump to: navigation, search
Full Definition(s)
  • call CharacterAddToParty((CHARACTERGUID)_Character, (CHARACTERGUID)_PartyCharacter)
Description

Adds the character _Character to _PartyCharacter's party.

Notes
  • This call will not do anything if _Character or _PartyCharacter is NULL, if _PartyCharacter is not in any party, or if _Character is already in another party.
  • _Character must be global.
  • Since characters are automatically added to a party when they get assigned to a user or recruited/made a player, normally you should never use need nor use this call.
See Also