getTokenLabel: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Initial write-up.)
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{MacroFunction
{{MacroFunction
|name=getTokenLabel
|name=getTokenLabel
|depreciated=[[getLabel|getLabel()]]
|deprecated=[[getLabel|getLabel()]]
|version=1.3b40
|version=1.3b40
|description=
|description=
Line 7: Line 7:


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
getTokenLabel()
getTokenLabel()
</source>
</syntaxhighlight>


}}
}}
[[Category:Token Function]]
[[Category:Token Function]]

Latest revision as of 20:55, 14 March 2023

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

getTokenLabel() Function

Introduced in version 1.3b40
Gets the label of the current token.

Usage

getTokenLabel()