Difference between revisions of "Osiris/API/TransferItemsToUser"
From Divinity Engine Wiki
(Osiris Core APIs) |
m |
||
(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 | + | 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 07: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.