Osiris/API/GlobalFlagSet: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented GlobalFlagSet)
 
mNo edit summary
Line 6: Line 6:
* '''_FlagName''': The name of the global flag that was set.
* '''_FlagName''': The name of the global flag that was set.
===== Notes =====
===== Notes =====
* /
* If you set a global flag that is already set, this event will not be raised (again).
===== See Also =====
===== See Also =====
* [[Osiris/API/GlobalClearFlag|GlobalClearFlag]]
* [[Osiris/API/GlobalClearFlag|GlobalClearFlag]]

Revision as of 12:45, 25 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
  • If you set a global flag that is already set, this event will not be raised (again).
See Also