Station Map

Vars | |
map | The minimap datum for this minimap object, containing data on the appearance and scale of the minimap, handling resizes, and managing markers. |
---|---|
map_path | The minimap type path that map should use. |
map_scale | The desired scale of the physical map, as a multiple of the original size (300x300px). |
map_type | A bitflag that will be passed to the datum and determines which areas and minimap markers are to be rendered on the minimap. For available flags, see _std/defines/minimap.dm . |
Var Details
map

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

The minimap type path that map
should use.
map_scale

The desired scale of the physical map, as a multiple of the original size (300x300px).
map_type

A bitflag that will be passed to the datum and determines which areas and minimap markers are to be rendered on the minimap. For available flags, see _std/defines/minimap.dm
.