byond - Modules - TypesDefine Details

code/__DEFINES/turf_flags.dm

TURF_ORGANICMarks a turf as organic. Used for alien wall and membranes.
UNUSED_RESERVATION_TURFIf a turf is an usused reservation turf awaiting assignment
RESERVATION_TURFIf a turf is a reserved turf
CHANGETURF_IGNORE_AIRThis flag prevents changeturf from gathering air from nearby turfs to fill the new turf with an approximation of local air
CHANGETURF_SKIPA flag for PlaceOnTop to just instance the new turf instead of calling ChangeTurf. Used for uninitialized turfs NOTHING ELSE

Define Details

CHANGETURF_IGNORE_AIR

This flag prevents changeturf from gathering air from nearby turfs to fill the new turf with an approximation of local air

CHANGETURF_SKIP

A flag for PlaceOnTop to just instance the new turf instead of calling ChangeTurf. Used for uninitialized turfs NOTHING ELSE

RESERVATION_TURF

If a turf is a reserved turf

TURF_ORGANIC

Marks a turf as organic. Used for alien wall and membranes.

UNUSED_RESERVATION_TURF

If a turf is an usused reservation turf awaiting assignment