setTokenLabel: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page setTokenLabel to SetTokenLabel without leaving a redirect: Converting page title to first-letter uppercase)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
setTokenLabel(label)
setTokenLabel(label)
</source>
</syntaxhighlight>
'''Parameters'''
'''Parameters'''
* {{code|label}} - This is the label you wish to set on the current token.
* {{code|label}} - This is the label you wish to set on the current token.

Latest revision as of 20:29, 14 March 2023

 Note: This function has been deprecated. Refer to setLabel() for current functionality.

setTokenLabel() Function

Introduced in version 1.3b40
Sets the label for the current token.

Usage

setTokenLabel(label)

Parameters

  • label - This is the label you wish to set on the current token.