Difference between revisions of "Osiris/API/ItemSetOwner"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''ItemSetOwner'''(''(ITEMGUID)'''''_Item''', ''(CHARACTERGUID)'''''_NewOwner''') ===== Description ===== Changes the Owner of the item....")
(No difference)

Revision as of 16:36, 19 December 2017

Full Definition(s)
  • call ItemSetOwner((ITEMGUID)_Item, (CHARACTERGUID)_NewOwner)
Description

Changes the Owner of the item. If an item is added to a character's inventory, its Owner is set to that character, as opposed to the Original Owner, who may be considered the 'rightful' owner of that item. If the Owner does not match the Original Owner, the item is considered stolen.

See Also