Difference between revisions of "Osiris/API/ObjectIsItem"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented ObjectIsItem)
 
(No difference)

Latest revision as of 19:48, 12 January 2018

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