byond - Modules - TypesVar Details - Proc Details

/turf

Vars

ceiling_debrisedWhether we've broken through the ceiling yet
cleanablesAssociative list of cleanable types (strings) mapped to cleanable objects

Procs

GetAllTurfStrictContentsReturns list of contents of a turf recursively, much like GetAllContents We only get containing atoms in the turf, excluding multitiles bordering on it
emptyRemove all atoms except observers, landmarks, docking ports - clearing up the turf contents

Var Details

ceiling_debrised

Whether we've broken through the ceiling yet

cleanables

Associative list of cleanable types (strings) mapped to cleanable objects

The cleanable object does not necessarily need to be on the turf, it can simply be for handling how the overlays or placing new cleanables of the same type work

Proc Details

GetAllTurfStrictContents

Returns list of contents of a turf recursively, much like GetAllContents We only get containing atoms in the turf, excluding multitiles bordering on it

empty

Remove all atoms except observers, landmarks, docking ports - clearing up the turf contents