code/__DEFINES/mappers.dm 
| MAPPING_DIRECTIONAL_HELPERS | Create directional subtypes for a path to simplify mapping. |
|---|---|
| MAPPING_DIAGONAL_HELPERS | Create diagonal subtypes for a path to simplify mapping. |
| MAPPING_DIRECTIONAL_HELPERS_CUSTOM | If we want to set custom offset to each cardinal direction. |
| MAPPING_BUTTON_HELPERS | Creates subtypes for all 8 directions with a custom offset. |
Define Details
MAPPING_BUTTON_HELPERS 
Creates subtypes for all 8 directions with a custom offset.
MAPPING_DIAGONAL_HELPERS 
Create diagonal subtypes for a path to simplify mapping.
MAPPING_DIRECTIONAL_HELPERS 
Create directional subtypes for a path to simplify mapping.
MAPPING_DIRECTIONAL_HELPERS_CUSTOM 
If we want to set custom offset to each cardinal direction.