Goonstation 13 - Modules - TypesProc Details

/datum/minimap_render_modifier

Minimap render modifiers are responsible for handling alterations to the pixel colour that represent a specific turf on a minimap. Only one modifier may apply its effects to a pixel at a time, with higher priority modifiers being considered first.

Procs

is_compatibleWhether this modifier can be applied to the pixel representing this turf.
processApplies the effects of this modifier to the colour.

Proc Details

is_compatible

Whether this modifier can be applied to the pixel representing this turf.

process

Applies the effects of this modifier to the colour.