Goonstation 13 - Modules - TypesVar Details

/atom/movable/minimap_ui_handler/minimap_controller

Vars

markers_visibleWhether the next call of "toggle_visibility_all" will turn all markers opaque or transparent. Does not reflect whether the markers are opaque or transparent.
minimap_controllerThe minimap controller object, containing data on selected coordinates and the controlled minimap.
minimap_datumThe minimap datum, containing data on the appearance and scale of the minimap, handling resizes, and managing markers.
minimap_markers_listAn associative list of data for each minimap marker, so that the UI may read it.

Var Details

markers_visible

Whether the next call of "toggle_visibility_all" will turn all markers opaque or transparent. Does not reflect whether the markers are opaque or transparent.

minimap_controller

The minimap controller object, containing data on selected coordinates and the controlled minimap.

minimap_datum

The minimap datum, containing data on the appearance and scale of the minimap, handling resizes, and managing markers.

minimap_markers_list

An associative list of data for each minimap marker, so that the UI may read it.