SetMapMarkerVisible

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Sets the "Visible" flag on a map marker.

Syntax

[help]
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.
  • 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.

See Also