byond - Modules - Types

code/controllers/subsystem/minimap/minimaps.dm

/var/SSminimaps
/datum/hud_displaysHolder 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
/datum/minimap_updatorHolder datum to ease updating of atoms to update
/atom/movable/screen/minimapDefault HUD screen minimap object
/datum/action/minimapAction that gives the owner access to the minimap pool