getAllMapIDs

From RPTools Wiki
Revision as of 02:50, 12 December 2023 by Taustin (talk | contribs) (Created page with "{{MacroFunction |name=getAllMapMapIDs |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:getAllMapMapIDs()] </syntaxhighlight> }} Category:Map Function")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getAllMapMapIDs() 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.

Examples

[r:getAllMapMapIDs()]