Osiris/API/ObjectIsItem

From Divinity Engine Wiki
Revision as of 19:48, 12 January 2018 by Tinkerer (talk | contribs) (Documented ObjectIsItem)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query ObjectIsItem([in](GUIDSTRING)_Object, [out](INTEGER)_Bool)
Description

Returns whether or not_Object exists and is an item.

Return Values
  • Success/Failure: Default return value.
  • _Bool: 1 if _Object is an item that exists in the current context, and 0 otherwise.
Notes
  • See ObjectExists for the details regarding when an item exists in the current context.
See Also