station_map 
Vars | |
floor_markings | The little "map" floor painting. |
---|---|
holomap_datum | The various images and icons for the map are stored in here, as well as the actual big map itself. |
moving_mob | The mob we're looking after if moved. Used by AI eye only. |
small_station_map | The image that can be seen in-world. |
watching_mob | The mob beholding this marvel. |
Procs | |
open_map | Tries to open the map for the given mob. Returns FALSE if it doesn't meet the criteria, TRUE if the map successfully opened with no runtimes. |
rotate_map | Rotates the map machine by the given amount of degrees. See byond's builtin turn for more info. |
Var Details
floor_markings 
The little "map" floor painting.
holomap_datum 
The various images and icons for the map are stored in here, as well as the actual big map itself.
moving_mob 
The mob we're looking after if moved. Used by AI eye only.
small_station_map 
The image that can be seen in-world.
watching_mob 
The mob beholding this marvel.
Proc Details
open_map
Tries to open the map for the given mob. Returns FALSE if it doesn't meet the criteria, TRUE if the map successfully opened with no runtimes.
rotate_map
Rotates the map machine by the given amount of degrees. See byond's builtin turn
for more info.