Difference between revisions of "Osiris/API/CharacterRemoveFromParty"
From Divinity Engine Wiki
(Documented CharacterRemoveFromParty) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* call '''CharacterRemoveFromParty'''(''(CHARACTERGUID)'''''_Character''') | * call '''CharacterRemoveFromParty'''(''(CHARACTERGUID)'''''_Character''') | ||
===== Description ===== | ===== Description ===== | ||
− | + | Deprecated. This is a remnant from DOS1 and should not be used in DOS2. | |
+ | |||
+ | Turning a character into an [[Osiris/API/CharacterMakeNPC|NPC]] automatically removes them from their party. Since all characters assigned to the same [[Osiris/API/CharacterGetReservedUserID|user]] must be in the same party and [[Osiris/API/CharacterAssignToUser|assigning a character to a different user]] automatically changes their party, there is no valid use-case for this API. | ||
===== Notes ===== | ===== Notes ===== | ||
− | * | + | * / |
− | |||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/AddToParty|AddToParty]] | * [[Osiris/API/AddToParty|AddToParty]] | ||
* [[Osiris/API/CharacterAddToParty|CharacterAddToParty]] | * [[Osiris/API/CharacterAddToParty|CharacterAddToParty]] | ||
* [[Osiris/API/CharacterAddToPlayerCharacter|CharacterAddToPlayerCharacter]] | * [[Osiris/API/CharacterAddToPlayerCharacter|CharacterAddToPlayerCharacter]] | ||
+ | * [[Osiris/API/CharacterAssignToUser|CharacterAssignToUser]] | ||
* [[Osiris/API/CharacterIsPartyMember|CharacterIsPartyMember]] | * [[Osiris/API/CharacterIsPartyMember|CharacterIsPartyMember]] | ||
* [[Osiris/API/CharacterIsInPartyWith|CharacterIsInPartyWith]] | * [[Osiris/API/CharacterIsInPartyWith|CharacterIsInPartyWith]] | ||
Line 19: | Line 21: | ||
* [[Osiris/API/LeaveParty|LeaveParty]] | * [[Osiris/API/LeaveParty|LeaveParty]] | ||
− | [[Category:Osiris Calls]] | + | [[Category:Osiris Calls|CharacterRemoveFromParty]] |
Latest revision as of 16: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
- /