getTokenWidth

From RPTools Wiki
Revision as of 09:32, 10 April 2013 by Wolph42 (talk | contribs)
Jump to navigation Jump to search

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
 This article needs: Lacks examples

getTokenWidth() Function

Introduced in version 1.3b89
This function retrieves the token's image width (boundary size).

Usage

getTokenWidth()
getTokenWidth(id)

Parameters

  • id - The token id of the token to check for its width, defaults to the Current Token.

Result
The token's boundary (image) width in pixels.

Example

This example doesn't really do anything.
[h: exampleVariable = "a,b,c"]
[r: exampleFunction(exampleVariable, reverse)]

Returns:

c,b,a

See Also