Goonstation 13 - Modules - Types

code/modules/minimap/renderer/minimap_renderer.dm

/datum/minimap_rendererThe minimap renderer is responsible for generating partial renders of area minimaps for each minimap type flag and generating full renders of radar minimaps, alongside updating radar minimaps and dynamic area overlays. In the case of querying for area minimaps, a minimap type bitflag may be passed to the renderer, which will then return a full render of the map comprised of the aforementioned partial renders. In the case of querying for radar minimaps, a minimap atom/movable will be returned, containing both the radar map icon and the radar map markers.
/proc/cmp_minimap_modifiersCompare the priority of two minimap render modifiers.