Osiris/API/CharacterRemoveFromParty: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(This call should never be used.)
mNo edit summary
 
Line 21: Line 21:
* [[Osiris/API/LeaveParty|LeaveParty]]
* [[Osiris/API/LeaveParty|LeaveParty]]


[[Category:Osiris Calls]]
[[Category:Osiris Calls|CharacterRemoveFromParty]]

Latest revision as of 15:19, 19 December 2017

Full Definition(s)
  • call CharacterRemoveFromParty((CHARACTERGUID)_Character)
Description

Deprecated. This is a remnant from DOS1 and should not be used in DOS2.

Turning a character into an NPC automatically removes them from their party. Since all characters assigned to the same user must be in the same party and assigning a character to a different user automatically changes their party, there is no valid use-case for this API.

Notes
  • /
See Also