Difference between revisions of "Osiris/API/ItemSetOnlyOwnerCanUse"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''ItemSetOnlyOwnerCanUse'''(''(ITEMGUID)'''''_Item''', ''(INTEGER)'''''_bool''') ===== Description ===== If '''_bool''' is '''1''', the...") |
|||
Line 4: | Line 4: | ||
If '''_bool''' is '''1''', the item can only be used by its owner after this call. Otherwise, it can be used by anyone. | If '''_bool''' is '''1''', the item can only be used by its owner after this call. Otherwise, it can be used by anyone. | ||
===== See Also ===== | ===== See Also ===== | ||
− | [[Osiris/API/CharacterUsedItemFailed|CharacterUsedItemFailed]] | + | *[[Osiris/API/CharacterUsedItemFailed|CharacterUsedItemFailed]] |
− | [[Osiris/API/ItemSetOwner|ItemSetOwner]] | + | *[[Osiris/API/ItemSetOwner|ItemSetOwner]] |
+ | |||
+ | [[Category:Osiris Calls|ItemSetOnlyOwnerCanUse]] |
Revision as of 15:22, 19 December 2017
Full Definition(s)
- call ItemSetOnlyOwnerCanUse((ITEMGUID)_Item, (INTEGER)_bool)
Description
If _bool is 1, the item can only be used by its owner after this call. Otherwise, it can be used by anyone.