getTokenWidth: Difference between revisions
Jump to navigation
Jump to search
(Created empty) |
(Adding description, usage) |
||
Line 1: | Line 1: | ||
{{stub| | {{stub|Lacks a proper description.<br /> | ||
What does the result look like?<br /> | |||
Lacks examples}} | |||
{{MacroFunction | {{MacroFunction | ||
|name=getTokenWidth | |name=getTokenWidth | ||
|proposed=false | |proposed=false | ||
|trusted= | |trusted=false | ||
|version=1.3b89 | |version=1.3b89 | ||
|description= | |description= | ||
This | This function retrieves the token's width. | ||
|usage= | |usage= | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
getTokenWidth(id) | |||
</source> | </source> | ||
'''Parameters''' | |||
{{param|id|The token id of the token to check for its width, defaults to the [[Current Token]].}}{{TrustedParameter}} | |||
'''Result''' | |||
{{note|???}} | |||
|example= | |example= | ||
This example doesn't really do anything. | This example doesn't really do anything. | ||
Line 25: | Line 32: | ||
|also= | |also= | ||
{{func|getTokenHeight}} | |||
}} | }} | ||
[[Category:Token Function]] | [[Category:Token Function]] |
Revision as of 13:18, 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: Lacks a proper description.
What does the result look like?
Lacks examples
getTokenWidth() Function
• Introduced in version 1.3b89
This function retrieves the token's width.
Usage
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
???
Example
This example doesn't really do anything.
[h: exampleVariable = "a,b,c"]
[r: exampleFunction(exampleVariable, reverse)]
Returns:
c,b,a