getTokenShape: Difference between revisions
Jump to navigation
Jump to search
(Correcting parameter description) |
(Modified usage) |
||
Line 11: | Line 11: | ||
|usage= | |usage= | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
getTokenShape() | |||
getTokenShape(id) | getTokenShape(id) | ||
</source> | </source> |
Revision as of 14:22, 8 April 2013
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
This article needs: What are all the shape strings that can be used?
No examples yet.
getTokenShape() Function
• Introduced in version 1.3b89
This function retrieves the token's shape (top-down, circle, etc.).
Usage
getTokenShape()
getTokenShape(id)
Parameters
id
- The token id of the token to check for the shape, defaults to the Current Token.Note: This parameter can only be used in a Trusted Macro.
Result
The token's shape as a string value: "TOP-DOWN"
, "CIRCLE"
, "SQUARE"
.
Example
This example doesn't really do anything.
[h: exampleVariable = "a,b,c"]
[r: exampleFunction(exampleVariable, reverse)]
Returns:
c,b,a