Difference between revisions of "SetMapMarkerHidden"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Sets the 'show all hidden' flag of a map marker. |name = SetMapMarkerHidden |returnType = none |referenceType = mapMarker |arguments...")
 
imported>Pintocat
 
Line 14: Line 14:


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

Latest revision as of 21:16, 4 March 2017

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

A function added by the Lutana NVSE plugin.

Description

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

Syntax

[help]
(none) mapMarker.SetMapMarkerHidden IsHidden:bool{0, 1}


See Also