Osiris/API/GlobalFlagSet: Difference between revisions

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

Revision as of 22:32, 24 February 2018

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

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

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