getMapIDs: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=getMapIDs |version=1.14.0 |description= Returns the unique IDs of all maps. |usage= <syntaxhighlight lang="mtmacro" line> getAllMapIDs() getAllMapIDs(delim)</syntaxhighlight> '''Parameters''' {{param|delim|The delimiter to use for a String List. If the value is json, then a JSON Array is returned.}} |examples= <syntaxhighlight lang="mtmacro" line> [r:getAllMapIDs()] </syntaxhighlight> returns: <syntaxhighlight lang="mtmacro" line> 399418EA6B644119A...")
 
No edit summary
Line 9: Line 9:
getAllMapIDs(delim)</syntaxhighlight>
getAllMapIDs(delim)</syntaxhighlight>
'''Parameters'''
'''Parameters'''
{{param|delim|The delimiter to use for a String List. If the value is json, then a JSON Array is returned.}}
{{param|delim|The delimiter to use for a String List. If the value is json, then a JSON Array is returned. Defaults to {{code|,}}}}
|examples=
|examples=
<syntaxhighlight lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>

Revision as of 22:25, 12 December 2023

getMapIDs() Function

Introduced in version 1.14.0
Returns the unique IDs of all maps.

Usage

getAllMapIDs()
getAllMapIDs(delim)

Parameters

  • delim - The delimiter to use for a String List. If the value is json, then a JSON Array is returned. Defaults to ,

Examples

[r:getAllMapIDs()]

returns:

399418EA6B644119AD1A2FBA879BD59C,CFCC795805D54AA88997C960F57EC4D2