Osiris/API/TransferItemsToUser: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 2: Line 2:
* call '''TransferItemsToUser'''(''(CHARACTERGUID)'''''_Character''')
* call '''TransferItemsToUser'''(''(CHARACTERGUID)'''''_Character''')
===== Description =====
===== Description =====
Transfers all '''''story''''' items in '''_Character''''s inventory to another character controlled by the same user/player.
Transfers all [[Osiris/API/ItemSetStoryItem|story]] items in '''_Character''''s inventory to another character controlled by the same user/player.
===== 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/TransferItemsToParty|TransferItemsToParty]]
* [[Osiris/API/TransferItemsToParty|TransferItemsToParty]]
   
   
[[Category:Osiris Calls|TransferItemsToUser]]
[[Category:Osiris Calls|TransferItemsToUser]]

Latest revision as of 06:09, 8 April 2019

Full Definition(s)
  • call TransferItemsToUser((CHARACTERGUID)_Character)
Description

Transfers all story items in _Character's inventory to another character controlled by the same user/player.

Notes
  • This is mainly used when dismissing companions.
See Also