Osiris/API/DoorIsClosing: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented DoorIsClosing)
 
(No difference)

Latest revision as of 09:43, 30 March 2019

Full Definition(s)
  • query DoorIsClosing([in](ITEMGUID)_Door, [out](INTEGER)_Closing)
Description

Returns whether _Door is closing. As the name implies, this query only works for doors.

Return Values
  • Success/Failure: Default return value.
  • _Opening: 1 if _Door is a door that is closing, 0 otherwise.
Notes
  • /
See Also