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 [CanPathfindPass] return value
TURF_PATHING_PASS_NOTurf is never passable

Define Details

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 [CanPathfindPass] return value