Difference between revisions of "GetMapMarkerName"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Returns the map displayed name of a map marker. |name = ref.GetMapMarkerName |returnType = string |arguments = }} ==See Also== *SetM...")
 
imported>Gribbleshnibit8
 
Line 2: Line 2:
  |origin = LU
  |origin = LU
  |summary = Returns the map displayed name of a map marker.
  |summary = Returns the map displayed name of a map marker.
  |name = ref.GetMapMarkerName
  |name = GetMapMarkerName
  |returnType = string
  |returnType = string
  |arguments =  
  |referenceType = MapmarkerRef
}}
}}
==See Also==
==See Also==

Latest revision as of 11:27, 11 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Returns the map displayed name of a map marker.

Syntax

[help]
(string) MapmarkerRef.GetMapMarkerName

See Also