Osiris/API/ObjectIsItem
From Divinity Engine Wiki
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.