SetMapMarkerVisible
From GECK
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Sets the "Visible" flag on a map marker.
Syntax
markerRef.SetMapMarkerVisible visible:bool
Example
rMarker.SetMapMarkerVisible 1
Notes
- Although the name suggests similar behaviour to GetMapMarkerVisible, this function does not enable fast travel when passed an argument value of 2.
- Use ShowMap or SetMapMarkerTravel to enable a marker for fast travel.
- If ShowMap or ShowAllMapMarkers has been called on the map marker, this function alters its permanent state. Otherwise, the effect expires when the game exits.