Osiris/API/ItemGetOriginalOwner

From Divinity Engine Wiki
Revision as of 17:08, 19 December 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * query '''ItemGetOriginalOwner'''('''''[in]'''(ITEMGUID)'''''_Item''', '''''[in]'''(CHARACTERGUID)'''''_Character''') ===== Description ===== R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query ItemGetOriginalOwner([in](ITEMGUID)_Item, [in](CHARACTERGUID)_Character)
Description

Returnes the Original Owner of the _Item as _Character. This can be changed through ItemSetOriginalOwner.

Return Values
  • Success/Failure: Fails if the _Item does not exist.
  • _Character: The original owner of the item.
See Also