Difference between revisions of "Osiris/API/GlobalFlagCleared"
From Divinity Engine Wiki
(Documented GlobalFlagCleared) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* '''_FlagName''': The name of the global flag that was cleared/unset. | * '''_FlagName''': The name of the global flag that was cleared/unset. | ||
===== Notes ===== | ===== Notes ===== | ||
− | * | + | * If you unset a global flag that was not set in the first place (or that was previously already unset), this event will not be raised. |
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/GlobalClearFlag|GlobalClearFlag]] | * [[Osiris/API/GlobalClearFlag|GlobalClearFlag]] | ||
* [[Osiris/API/GlobalFlagSet|GlobalFlagSet]] | * [[Osiris/API/GlobalFlagSet|GlobalFlagSet]] | ||
+ | * [[Osiris/API/GlobalGetFlag|GlobalGetFlag]] | ||
* [[Osiris/API/GlobalSetFlag|GlobalSetFlag]] | * [[Osiris/API/GlobalSetFlag|GlobalSetFlag]] | ||
+ | * [[Osiris/API/GlobalShareFlag|GlobalShareFlag]] | ||
+ | * [[Osiris/API/ObjectFlagCleared|ObjectFlagCleared]] | ||
[[Category:Osiris Events|GlobalFlagCleared]] | [[Category:Osiris Events|GlobalFlagCleared]] |
Latest revision as of 08:03, 18 July 2019
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
- If you unset a global flag that was not set in the first place (or that was previously already unset), this event will not be raised.