getTokenName

From RPTools Wiki
Revision as of 17:58, 14 December 2023 by Taustin (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getTokenName() Function

Returns the name of the currently selected token.

Usage

getTokenName()

Parameters None.

Examples

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