getTokenName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=getTokenName |description= Returns the name of the currently selected token. |usage= <syntaxhighlight lang="mtmacro" line> getTokenName() </syntaxhighlight> '''Parameters''' None. |examples= <syntaxhighlight lang="mtmacro" line> [h: z = getZoom()] [r:getTokenName())] </syntaxhighlight> |also= }} Category:Token Function")
(No difference)

Revision as of 17:58, 14 December 2023

getTokenName() Function

Returns the name of the currently selected token.

Usage

getTokenName()

Parameters None.

Examples

[h: z = getZoom()]
[r:getTokenName())]