code/__DEFINES/turf_flags.dm
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 |
RESERVATION_TURF | If a turf is a reserved turf |
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 |
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