getTokenHeight

From RPTools Wiki
Revision as of 13:24, 8 April 2013 by JML (talk | contribs) (Adding description, usage, link to other functions)
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 a proper description.
What does the result look like?
Lacks examples.

getTokenHeight() Function

Introduced in version 1.3b89
This function retrieves the token's height.

Usage

getTokenHeight(id)

Parameter

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

     Note: This parameter can only be used in a Trusted Macro

Result

???

Example

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

Returns:

c,b,a

See Also