SetMapMarkerHidden
From GECK
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Sets the '"Show All" Hidden' flag of a map marker, which makes it remain hidden when ShowAllMapMarkers is called.
Syntax
markerRef.SetMapMarkerHidden isHidden:bool
Example
rMarker.SetMapMarkerHidden 1
Notes
- 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.