getTokenHeight: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(More explicit description and usage)
No edit summary
Line 15: Line 15:


'''Parameter'''
'''Parameter'''
{{param|id|The token id of the token to check for its height, defaults to the [[Current Token]].}}{{TrustedParameter}}
{{param|id|The token id of the token to check for its height, defaults to the [[Current Token]].}}


'''Result'''<br />
'''Result'''<br />

Revision as of 09:32, 10 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.

getTokenHeight() Function

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

Usage

getTokenHeight()
getTokenHeight(id)

Parameter

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

Result
The token's boundary (image) height 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