getTokenName

From RPTools Wiki
Revision as of 16:28, 14 May 2024 by Taustin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{MacroFunction |name=getTokenName |description= Returns the name of the currently selected token.

|usage=

getTokenName()
getTokenName(tokenRef)

Parameters

  • tokenRef - Either the token id or Token Name of the token, defaults to the Current Token.
  • mapname - The name of the map to find the token. Defaults to the current map.
Token IDs are unique, but Token Names can be duplicated. Using Token Name when more than one token has the same name can produce unexpected results.