Goonstation 13 - Modules - TypesVar Details - Proc Details

/datum/minimap_marker

Minimap marker datums are responsible for managing the appearance and position of a marker atom/movable that depicts a tracked target object.

Vars

markerThe physical marker, determining appearance and position.
targetThe target of the minimap marker.

Procs

handle_moveUpdates this marker's position on the minimap when the target moves.

Var Details

marker

The physical marker, determining appearance and position.

target

The target of the minimap marker.

Proc Details

handle_move

Updates this marker's position on the minimap when the target moves.