/tg/ Station 13 - Modules - Types

code/_onclick/hud/rendering/plane_masters/plane_master_subtypes.dm

/atom/movable/screen/plane_master/parallaxContains space parallax
/atom/movable/screen/plane_master/floorContains just the floor
/atom/movable/screen/plane_master/defaultPlane master that byond will by default draw to Shouldn't be used, exists to prevent people using plane 0 NOTE: If we used SEE_BLACKNESS on a map format that wasn't SIDE_MAP, this is where its darkness would land This would allow us to control it and do fun things. But we can't because side map doesn't support it, so this is just a stub
/atom/movable/screen/plane_master/turf_lightingContains all turf lighting
/atom/movable/screen/plane_master/o_light_visualThis will not work through multiz, because of a byond bug with BLEND_MULTIPLY Bug report is up, waiting on a fix
/atom/movable/screen/plane_master/emissiveHandles emissive overlays and emissive blockers.