byond - Modules - Types

code/_onclick/hud/rendering/render_plate.dm

Custom rendering solution to allow for advanced effects We (ab)use plane masters and render source/target to cheaply render 2+ planes as 1 if you want to read more read the _render_readme.md

/obj/render_plane_relayRender relay object assigned to a plane master to be able to relay it's render onto other planes that are not it's own
/atom/movable/screen/plane_master/rendering_plate
/atom/movable/screen/plane_master/rendering_plate/masterthis plate renders the final screen to show to the player
/atom/movable/screen/plane_master/rendering_plate/game_worldrenders general in charachter game objects
/atom/movable/screen/plane_master/rendering_plate/non_gamerender plate for OOC stuff like ghosts, hud-screen effects, etc