setMapDisplayName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page setMapDisplayName to SetMapDisplayName without leaving a redirect: Converting page title to first-letter uppercase)
m (Conversion script moved page SetMapDisplayName to setMapDisplayName: Converting page titles to lowercase)
(No difference)

Revision as of 23:42, 9 February 2023

setMapDisplayName() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.9.0
Changes the display name of a specified map.

Usage

setMapDisplayName(mapName, newMapDisplayName)

Parameters

  • mapName - String specifying the name of the map you wish to give a new display name.
  • newMapDisplayName - A string containing the name to which the display name should be set.

Examples

[r:setMapDisplayName("Swamp Temple of the Lizardfolk","Swampy Marsh")]

See Also