RPTools

Personal tools
From MapToolDoc

setLabel

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

Contents

setLabel() Function

Introduced in version 1.3b48

Sets the Token Label of a specific Token.

Usage

  1. setLabel(label)
  1. setLabel(label, id)

Parameters

  • label - The string that the Token Label is set to.
  • id - The token id of the token that has its label set, defaults to the Current Token.  Note: This parameter can only be used in a Trusted Macro


See Also

getLabel()

Version Changes

  • 1.3b51 - Add id parameter option.