Osiris/API/LeaveParty: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented LeaveParty)
 
mNo edit summary
 
Line 19: Line 19:
* [[Osiris/API/IterateParties|IterateParties]]
* [[Osiris/API/IterateParties|IterateParties]]


[[Category:Osiris Calls]]
[[Category:Osiris Calls|LeaveParty]]

Latest revision as of 15:22, 19 December 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