Osiris/API/TransferItemsToParty: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* call '''TransferItemsToParty'''(''(CHARACTERGUID)'''''_Character''') | * call '''TransferItemsToParty'''(''(CHARACTERGUID)'''''_Character''') | ||
===== Description ===== | ===== Description ===== | ||
Transfers all | Transfers all [[Osiris/API/ItemSetStoryItem|story]] items in '''_Character''''s inventory to another character of their party. | ||
===== Notes ===== | ===== Notes ===== | ||
* This is mainly used when dismissing companions. | * This is mainly used when dismissing companions. | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/ItemSetStoryItem|ItemSetStoryItem]] | |||
* [[Osiris/API/TransferItemsToCharacter|TransferItemsToCharacter]] | * [[Osiris/API/TransferItemsToCharacter|TransferItemsToCharacter]] | ||
* [[Osiris/API/TransferItemsToUser|TransferItemsToUser]] | * [[Osiris/API/TransferItemsToUser|TransferItemsToUser]] | ||
[[Category:Osiris Calls|TransferItemsToParty]] | [[Category:Osiris Calls|TransferItemsToParty]] |
Latest revision as of 06:10, 8 April 2019
Full Definition(s)
- call TransferItemsToParty((CHARACTERGUID)_Character)
Description
Transfers all story items in _Character's inventory to another character of their party.
Notes
- This is mainly used when dismissing companions.