byond - Modules - TypesVar Details

/turf/open_space/ground_level

A variant of open_space intended for say the shipmap to fake the below turf as the groundmap

Vars

min_ground_zA minimum Z to use when determing the lowest ground Z
offset_xA offset in x to adjust what it deemed the below turf (adjusting this after Initialize requires update_vis_contents)
offset_yA offset in y to adjust what it deemed the below turf (adjusting this after Initialize requires update_vis_contents)
target_zA specific z to adjust what it deemed the below turf (updated automatically in update_vis_contents)
z_mappingA cache of open_space z to ground z representative of the height

Var Details

min_ground_z

A minimum Z to use when determing the lowest ground Z

offset_x

A offset in x to adjust what it deemed the below turf (adjusting this after Initialize requires update_vis_contents)

offset_y

A offset in y to adjust what it deemed the below turf (adjusting this after Initialize requires update_vis_contents)

target_z

A specific z to adjust what it deemed the below turf (updated automatically in update_vis_contents)

z_mapping

A cache of open_space z to ground z representative of the height