Difference between revisions of "Osiris/API/ItemIsClosed"

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

Revision as of 16:27, 24 March 2019

Full Definition(s)
  • query ItemIsClosed([in](ITEMGUID)_Item, [out](INTEGER)_Opened)
Description

Returns whether _Item is closed. This query works both for doors and for items with an open/close use action.

Return Values
  • Success/Failure: Default return value.
  • _Opened: 1 if _Item is closed, 0 otherwise.
Notes
  • For items that cannot open/close, the query can either fail or return 0.
See Also