Difference between revisions of "Osiris/API/GlobalShareFlag"
From Divinity Engine Wiki
(Documented GlobalShareFlag) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
The same as [[Osiris/API/GlobalSetFlag|GlobalSetFlag]], except that it does not trigger a [[Osiris/API/GlobalFlagSet|GlobalFlagSet]] event. | The same as [[Osiris/API/GlobalSetFlag|GlobalSetFlag]], except that it does not trigger a [[Osiris/API/GlobalFlagSet|GlobalFlagSet]] event. | ||
===== Notes ===== | ===== Notes ===== | ||
− | * This call was only added to clear up savegame issues related to a code bug. In general, it should not be used | + | * This call was only added to clear up savegame issues related to a code bug. In general, it should not be used. |
+ | * This call is new in DOS2 Patch 5 | ||
+ | |||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/GlobalSetFlag|GlobalSetFlag]] | * [[Osiris/API/GlobalSetFlag|GlobalSetFlag]] | ||
− | [[Category:Osiris Calls]] | + | [[Category:Osiris Calls|GlobalShareFlag]] |
Latest revision as of 16:21, 19 December 2017
Full Definition(s)
- call GlobalShareFlag((STRING)_Flag)
Description
The same as GlobalSetFlag, except that it does not trigger a GlobalFlagSet event.
Notes
- This call was only added to clear up savegame issues related to a code bug. In general, it should not be used.
- This call is new in DOS2 Patch 5