/datum/hud_displays 
Holder datum for a zlevels data, concerning the overlays and the drawn level itself The individual image trackers have a raw and a normal list raw lists just store the images, while the normal ones are assoc list of [tracked_atom] = image the raw lists are to speed up the Fire() of the subsystem so we dont have to filter through
Vars | |
| drawing_image | drawing image of the map |
|---|---|
| hud_image | Actual icon of the drawn zlevel with all of it's atoms |
| images_assoc | Assoc list of updating images; list("[flag]" = list([source] = blip) |
| images_raw | Raw list containing updating images by flag; list("[flag]" = list(blip)) |
| x_max | max x for this zlevel |
| x_offset | x offset of the actual icon to center it to screens |
| y_max | max y for this zlevel |
| y_offset | y offset of the actual icons to keep it to screens |
Var Details
drawing_image 
drawing image of the map
hud_image 
Actual icon of the drawn zlevel with all of it's atoms
images_assoc 
Assoc list of updating images; list("[flag]" = list([source] = blip)
images_raw 
Raw list containing updating images by flag; list("[flag]" = list(blip))
x_max 
max x for this zlevel
x_offset 
x offset of the actual icon to center it to screens
y_max 
max y for this zlevel
y_offset 
y offset of the actual icons to keep it to screens