code/__HELPERS/see_through_maps.dm ![code/__HELPERS/see_through_maps.dm0](git.png)
SEE_THROUGH_MAP_DEFAULT | Default shape. It's one tile above the atom |
---|---|
SEE_THROUGH_MAP_THREE_X_THREE | A 3x3 area 2 tiles above the atom (trees love to be this shape) |
SEE_THROUGH_MAP_DEFAULT_TWO_TALL | 2 tiles above the atom |
SEE_THROUGH_MAP_THREE_X_TWO | two rows of three tiles above the atom (small but thick trees love these) |
SEE_THROUGH_MAP_BILLBOARD | One row of three tiles above the atom, but offset one tile to the left because of how billboards work |
SEE_THROUGH_MAP_STATION_STATUE | A 3x3 area, with the tile directly above hidden |
SEE_THROUGH_MAP_SHIPPING_CONTAINER | Two rows of three wide, but offset one tile to the left because thats how shipping containers work |
SEE_THROUGH_MAP_RATVAR_WRECK | Seethrough component for the ratvar wreck, in shape of the ratvar wreck |
Define Details
SEE_THROUGH_MAP_BILLBOARD ![code/__HELPERS/see_through_maps.dm 12](git.png)
One row of three tiles above the atom, but offset one tile to the left because of how billboards work
SEE_THROUGH_MAP_DEFAULT ![code/__HELPERS/see_through_maps.dm 4](git.png)
Default shape. It's one tile above the atom
SEE_THROUGH_MAP_DEFAULT_TWO_TALL ![code/__HELPERS/see_through_maps.dm 8](git.png)
2 tiles above the atom
SEE_THROUGH_MAP_RATVAR_WRECK ![code/__HELPERS/see_through_maps.dm 20](git.png)
Seethrough component for the ratvar wreck, in shape of the ratvar wreck
SEE_THROUGH_MAP_SHIPPING_CONTAINER ![code/__HELPERS/see_through_maps.dm 18](git.png)
Two rows of three wide, but offset one tile to the left because thats how shipping containers work
SEE_THROUGH_MAP_STATION_STATUE ![code/__HELPERS/see_through_maps.dm 15](git.png)
A 3x3 area, with the tile directly above hidden
SEE_THROUGH_MAP_THREE_X_THREE ![code/__HELPERS/see_through_maps.dm 6](git.png)
A 3x3 area 2 tiles above the atom (trees love to be this shape)
SEE_THROUGH_MAP_THREE_X_TWO ![code/__HELPERS/see_through_maps.dm 10](git.png)
two rows of three tiles above the atom (small but thick trees love these)