code/_onclick/hud/rendering/plane_master_group.dm
/datum/plane_master_group | Datum that represents one "group" of plane masters So all the main window planes would be in one, all the spyglass planes in another Etc |
---|---|
/datum/plane_master_group/popup | Holds plane masters for popups, like camera windows Note: We do not scale this plane, even though we could This is because it's annoying to get turfs to position inside it correctly If you wanna try someday feel free, but I can't manage it |
/datum/plane_master_group/main | Holds the main plane master |
/datum/plane_master_group/hudless | Hudless group. Exists for testing |