Difference between revisions of "GetMapMarkerHidden"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Returns the 'show all hidden' flag of a map marker. |name = GetMapMarkerHidden |returnType = bool |returnVal = 0, 1 |referenceType =...")
 
imported>Pintocat
 
Line 9: Line 9:


==See Also==
==See Also==
*[[ShowAllMapMarkers]]
*[[ShowMap]]
*[[GetMapMarkerVisible]]
*[[SetMapMarkerHidden]]
*[[SetMapMarkerHidden]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Map Marker Functions (Lutana)]]
[[Category:Map Marker Functions (Lutana)]]

Latest revision as of 21:15, 4 March 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the 'show all hidden' flag of a map marker.

Syntax

[help]
(0, 1:bool) mapMarker.GetMapMarkerHidden


See Also