getMapDisplayName: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "source>" to "syntaxhighlight>") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
Returns the display name of a given map. If no map is specified the current map is selected. | Returns the display name of a given map. If no map is specified the current map is selected. | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
getMapDisplayName() | getMapDisplayName() | ||
getMapDisplayName( | getMapDisplayName(mapRef) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
{{param| | {{param|mapRef|Optional. The Name or ID of the Map.}} | ||
|examples= | |examples= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[r:getMapDisplayName()] | [r:getMapDisplayName()] | ||
[r:getMapDisplayName("Grasslands")] | [r:getMapDisplayName("Grasslands")] |
Latest revision as of 23:59, 14 March 2023
getMapDisplayName() Function
• Introduced in version 1.9.0
Returns the display name of a given map. If no map is specified the current map is selected.
Usage
getMapDisplayName()
getMapDisplayName(mapRef)
Parameters
mapRef
- Optional. The Name or ID of the Map.
Examples
[r:getMapDisplayName()]
[r:getMapDisplayName("Grasslands")]