Difference between revisions of "Osiris/API/AddToParty"
From Divinity Engine Wiki
(Documented AddToParty) |
m |
||
Line 8: | Line 8: | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CharacterAddToParty|CharacterAddToParty]] | * [[Osiris/API/CharacterAddToParty|CharacterAddToParty]] | ||
+ | * [[Osiris/API/CharacterAddToCharacter|CharacterAddToCharacter]] | ||
* [[Osiris/API/CharacterIsPartyMember|CharacterIsPartyMember]] | * [[Osiris/API/CharacterIsPartyMember|CharacterIsPartyMember]] | ||
* [[Osiris/API/CharacterIsInPartyWith|CharacterIsInPartyWith]] | * [[Osiris/API/CharacterIsInPartyWith|CharacterIsInPartyWith]] | ||
* [[Osiris/API/CharacterJoinedParty|CharacterJoinedParty]] | * [[Osiris/API/CharacterJoinedParty|CharacterJoinedParty]] | ||
* [[Osiris/API/CharacterLeftParty|CharacterLeftParty]] | * [[Osiris/API/CharacterLeftParty|CharacterLeftParty]] | ||
+ | * [[Osiris/API/CharacterRecruitCharacter|CharacterRecruitCharacter]] | ||
* [[Osiris/API/CharacterRemoveFromParty|CharacterRemoveFromParty]] | * [[Osiris/API/CharacterRemoveFromParty|CharacterRemoveFromParty]] | ||
* [[Osiris/API/IterateParty|IterateParty]] | * [[Osiris/API/IterateParty|IterateParty]] |
Revision as of 21:50, 28 November 2017
Full Definition(s)
- call AddToParty((INTEGER)_Source, (INTEGER)_Target)
Description
Adds the characters controlled by the user with User ID _Source to the party to which the user with User ID _Target belongs.
Notes
- A party is a group of all characters controlled by one or more users. By default, all users are in the same party. Players can split parties by right-clicking on a character controlled by another user and selecting "Kick from party". From script, you can create multiple parties using some of the APIs mentioned below.
- All characters from a single user are always in the same party.