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
. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native FogMaskEnable takes boolean enable returns nothing