/datum/minimap_renderer

Procs | |
generate_minimap_render | Generates an atom/movable for a specified minimap type. |
---|---|
recolor_area | Recolours a specified area group to a specified colour. |
separate_bitflag | Separates a given bitflag into a list of the separate bits composing it. Eg. 1011 -> (0001, 0010, 1000), or in base 10: 11 -> (1, 2, 8) |
turf_color | Determine the colour of a turf on the minimap through the station_map_colour variable on /turf. |
valid_turf | Checks whether a turf should be rendered on the minimap through the minimaps_to_render_on bitflag on /area. |
Proc Details
generate_minimap_render
Generates an atom/movable for a specified minimap type.
recolor_area
Recolours a specified area group to a specified colour.
separate_bitflag
Separates a given bitflag into a list of the separate bits composing it. Eg. 1011 -> (0001, 0010, 1000), or in base 10: 11 -> (1, 2, 8)
turf_color
Determine the colour of a turf on the minimap through the station_map_colour variable on /turf.
valid_turf
Checks whether a turf should be rendered on the minimap through the minimaps_to_render_on bitflag on /area.