Editors Note: Unsure return.
Functions Documentation
View Function Edit Function
Name staSetShowMapLabel
Syntax (staSetShowMapLabel station True/Nil)
Argument List station: the station to show or not show map labels
True/Nil: True to show a label, nil to not show a label.
Returns unsure
Category station
Description Used to show/hide station map labels. Labels show up on the map.
Example taken from &ssHeretic;
; Do not show a map label
(staSetShowMapLabel theObj Nil)
Comment