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/
- pure
- This function is pure. For the same values passed to it, it will always return the same value.
- patch
1.00
- Source
- common.j
- return type
fogstate
- Source code
constant native ConvertFogState takes integer i returns fogstate