Osiris/API/LeaveParty: Difference between revisions

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

Revision as of 21:43, 29 November 2017

Full Definition(s)
  • call LeaveParty((INTEGER)_UserId)
Description

All characters controlled by the user with User ID _UserID leave their current party and are immediately all added to a newly created party.

Notes
  • Since the characters controlled by this user are immediately added to a newly created party, it is not needed (and indeed, useless) to try to add them to another party afterwards.
See Also