getCurrentMapName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page GetCurrentMapName to getCurrentMapName: Converting page titles to lowercase)
m (Text replacement - "source>" to "syntaxhighlight>")
Line 8: Line 8:
<source lang="mtmacro" line>
<source lang="mtmacro" line>
getCurrentMapName()
getCurrentMapName()
</source>
</syntaxhighlight>


|examples=
|examples=

Revision as of 17:05, 14 March 2023

getCurrentMapName() Function

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

Usage

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

Examples