Goonstation 13 - Modules - TypesProc Details

/datum/minimap_renderer

Procs

generate_minimap_renderGenerates an atom/movable for a specified minimap type.
recolor_areaRecolours a specified area group to a specified colour.
separate_bitflagSeparates 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_colorDetermine the colour of a turf on the minimap through the station_map_colour variable on /turf.
valid_turfChecks 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.