Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/turfs.dm

TURF_PATHING_PASS_DENSITYTurf will be passable if density is 0
TURF_PATHING_PASS_PROCTurf will be passable depending on /atom/proc/CanPathfindPass return value
TURF_PATHING_PASS_NOTurf is never passable
CORNER_BLOCK_OFFSETReturns a list of turfs similar to CORNER_BLOCK but with offsets
TURF_NEIGHBORSReturns a list of around us
MINERAL_PREVENT_DIGA mineral turf should not be changed when mined.
MINERAL_ALLOW_DIGA mineral turf should be dug out when mined.

Define Details

CORNER_BLOCK_OFFSET

Returns a list of turfs similar to CORNER_BLOCK but with offsets

MINERAL_ALLOW_DIG

A mineral turf should be dug out when mined.

MINERAL_PREVENT_DIG

A mineral turf should not be changed when mined.

TURF_NEIGHBORS

Returns a list of around us

TURF_PATHING_PASS_DENSITY

Turf will be passable if density is 0

TURF_PATHING_PASS_NO

Turf is never passable

TURF_PATHING_PASS_PROC

Turf will be passable depending on /atom/proc/CanPathfindPass return value