code/controllers/subsystem/minimap.dm 
| LABEL_REMOVE_RANGE | range that we can remove labels when we click near them with the removal tool |
|---|---|
| CANVAS_COOLDOWN_TIME | How often a tacmap can be submitted |
| /var/SSminimaps | |
| /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 don't have to filter through |
| /datum/minimap_updator | Holder datum to ease updating of atoms to update |
| /atom/movable/screen/minimap | Default HUD screen minimap object |
| /datum/action/minimap | Action that gives the owner access to the minimap pool |
| /proc/get_minimap_flag_for_faction | Gets the MINIMAP_FLAG for the provided faction or hivenumber if one exists |
| /proc/get_cooldown_for_minimap_flag | Returns the highest world.time for all minimap_flags passed |
| /proc/set_cooldown_for_minimap_flag | Sets the cooldown for all minimap_flags passed |
Define Details
CANVAS_COOLDOWN_TIME 
How often a tacmap can be submitted
LABEL_REMOVE_RANGE 
range that we can remove labels when we click near them with the removal tool