Osiris/API/TransferItemsToUser: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Osiris Core APIs)
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
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/TransferItemsToCharacter]]
* [[Osiris/API/ItemSetStoryItem|ItemSetStoryItem]]
* [[Osiris/API/TransferItemsToParty]]
* [[Osiris/API/TransferItemsToCharacter|TransferItemsToCharacter]]
* [[Osiris/API/TransferItemsToParty|TransferItemsToParty]]
   
   
[[Category:Osiris Calls]]
[[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