getCurrentMapName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: {{MacroFunction |name=getCurrentMapName |version=1.3b55 |description= Returns the name of the current map. |usage= <source lang="mtmacro" line> getCurrentMapName() </source> |examples= ...)
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(5 intermediate revisions by 4 users not shown)
Line 6: Line 6:


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
getCurrentMapName()
getCurrentMapName()
</source>
</syntaxhighlight>


|examples=
|examples=
{{func|getMapNames}} {{func|getVisibleMapNames}}
{{func|getAllMapNames}} {{func|getVisibleMapNames}}


}}
}}
[[Category:Miscellaneous Function]]
[[Category:Map Function]]

Latest revision as of 17:55, 14 March 2023

getCurrentMapName() Function

Introduced in version 1.3b55
Returns the name of the current map.

Usage

getCurrentMapName()

Examples