ConvertFogState

Parameters
i integer
comment

Converts a bitmask in integer i to a fog of war type. See: fogstate.

note

Can be used for extended typecasting. http://www.hiveworkshop.com/forums/j-280/t-232039/

patch

1.00

pure
This function is pure. For the same values passed to it, it will always return the same value.
return type
fogstate
Source code
constant native ConvertFogState             takes integer i returns fogstate
Source
common.j
wc3modding.com
ConvertFogState