Difference between revisions of "Osiris/API/ItemSetOriginalOwner"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * call '''ItemSetOriginalOwner'''(''(ITEMGUID)'''''_Item''', ''(CHARACTERGUID)'''''_NewOwner''') ===== Description ===== Changes the Original Ow...") |
|||
Line 3: | Line 3: | ||
===== Description ===== | ===== Description ===== | ||
Changes the Original Owner of the item. This is the 'legitimate' owner of an object, and if the Owner does not match this value, it is considered stolen. | Changes the Original Owner of the item. This is the 'legitimate' owner of an object, and if the Owner does not match this value, it is considered stolen. | ||
− | |||
− | |||
===== See Also ===== | ===== See Also ===== | ||
*[[Osiris/API/ItemSetOnlyOwnerCanUse|ItemSetOnlyOwnerCanUse]] | *[[Osiris/API/ItemSetOnlyOwnerCanUse|ItemSetOnlyOwnerCanUse]] |
Revision as of 16:06, 19 December 2017
Full Definition(s)
- call ItemSetOriginalOwner((ITEMGUID)_Item, (CHARACTERGUID)_NewOwner)
Description
Changes the Original Owner of the item. This is the 'legitimate' owner of an object, and if the Owner does not match this value, it is considered stolen.