RPTools

Personal tools
From MapToolDoc

getName

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

Contents

getName() Function

Introduced in version 1.3b40

Returns the name of a Token.

Usage

  1. getName()
  1. getName(id)

Parameters

  • id - The token id of the token to name, defaults to the Current Token.  Note: This parameter can only be used in a Trusted Macro

Example

  1. [TokenList = getTokens("json")]
  2. [foreach(Token, TokenList, "<br>", "json"): getName(Token) + "'s ID is " + Token]


Version Changes

  • 1.3b51 - Added id parameter option.