getCurrentMapID: Difference between revisions
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 |
||
(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
[r:getCurrentMapID()] | [r:getCurrentMapID()] | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | |||
[[Category:Map Function]] | [[Category:Map Function]] |
Latest revision as of 23:59, 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()]