Osiris/API/GlobalGetFlag: Difference between revisions

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

Revision as of 07:02, 17 July 2019

Full Definition(s)
  • query GlobalGetFlag([in](STRING)_Flag, [out](INTEGER)_FlagState)
Description

Returns whether the global flag _Flag is currently set.

Return Values
  • Success/Failure: Default return value.
  • _FlagState: 0 if the globsl flag is not set, 1 if it is set.
Notes
  • /
See Also