SetMapMarkerHidden

From GECK
Jump to: navigation, search


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

Description

Sets the '"Show All" Hidden' flag of a map marker, which makes it remain hidden when ShowAllMapMarkers is called.

Syntax

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

See Also