Difference between revisions of "Osiris/API/TransferItemsToParty"

From Divinity Engine Wiki
Jump to: navigation, search
m
 
Line 2: Line 2:
 
* call '''TransferItemsToParty'''(''(CHARACTERGUID)'''''_Character''')
 
* call '''TransferItemsToParty'''(''(CHARACTERGUID)'''''_Character''')
 
===== Description =====
 
===== Description =====
Transfers all '''''story''''' items in '''_Character''''s inventory to another character of their party.
+
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 08: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.
See Also