getCurrentMapName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<source" to "<syntaxhighlight")
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:


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


|examples=
|examples=

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