Osiris/API/GlobalFlagCleared: Difference between revisions

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

Revision as of 22:39, 24 February 2018

Full Definition(s)
  • event GlobalFlagCleared((STRING)_FlagName)
Description

This event is raised when a global flag gets cleared/unset from Osiris, a behaviour script or a dialog.

Parameters
  • _FlagName: The name of the global flag that was cleared/unset.
Notes
  • /
See Also