getTokenWidth: Difference between revisions
Jump to navigation
Jump to search
(Modified usage) |
(More explicit description and usage) |
||
Line 1: | Line 1: | ||
{{stub| | {{stub|Lacks examples}} | ||
Lacks examples}} | |||
{{MacroFunction | {{MacroFunction | ||
|name=getTokenWidth | |name=getTokenWidth | ||
Line 7: | Line 6: | ||
|version=1.3b89 | |version=1.3b89 | ||
|description= | |description= | ||
This function retrieves the token's width. | This function retrieves the token's image width (boundary size). | ||
|usage= | |usage= | ||
Line 19: | Line 18: | ||
'''Result'''<br /> | '''Result'''<br /> | ||
The token's width in pixels. | The token's boundary (image) width in pixels. | ||
|example= | |example= | ||
This example doesn't really do anything. | This example doesn't really do anything. |
Revision as of 10:48, 9 April 2013
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.Note: This parameter can only be used in a Trusted Macro.
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