getCurrentMapID: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=getCurrentMapID |version=1.14.0 |description= Returns the unique ID of the current map. |usage= <syntaxhighlight lang="mtmacro" line> getCurrentMapID() </syntaxhighlight> '''Parameters''' None. |examples= <syntaxhighlight lang="mtmacro" line> [r:getCurrentMapID()] </syntaxhighlight> Category:Map Function")
 
No edit summary
 
Line 14: Line 14:
[r:getCurrentMapID()]
[r:getCurrentMapID()]
</syntaxhighlight>
</syntaxhighlight>
}}


[[Category:Map Function]]
[[Category:Map Function]]

Latest revision as of 02:47, 12 December 2023

getCurrentMapID() Function

Introduced in version 1.14.0
Returns the unique ID of the current map.

Usage

getCurrentMapID()

Parameters None.

Examples

[r:getCurrentMapID()]