FogMaskEnable
- Parameters
-
enable boolean
True: unexplored areas are masked.
False: unexplored areas are not masked (whether visible depends on
IsFogEnabled
). - comment
Toggles global FOW masking of unexplored areas.
An individual player's fog state is not modified, that means this toggle is fully reversible.
- note
See:
IsFogMaskEnabled
,IsFogEnabled
. "Fog mask" is explained infogstate
.- return type
nothing
- Source code
native FogMaskEnable takes boolean enable returns nothing
- Source
- fog-of-war.j
- wc3modding.com
- FogMaskEnable