Skip to navigation

Drawing the landscape: visibileBitMask

Name: visibileBitMask [Show more] Type: Variable Category: Drawing the landscape Summary: A table for converting a number in the range 0 to 7 into a bit mask with only that bit set, when counting from the left
Context: See this variable in context in the source code References: This variable is used as follows: * GetTileViewAngles (Part 3 of 4) uses visibileBitMask * GetTileVisibility uses visibileBitMask
.visibileBitMask EQUB %10000000 EQUB %01000000 EQUB %00100000 EQUB %00010000 EQUB %00001000 EQUB %00000100 EQUB %00000010 EQUB %00000001