setTokenWidth: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Bubblobill (talk | contribs) m (fixed current token link) |
||
Line 16: | Line 16: | ||
'''Parameters''' | '''Parameters''' | ||
{{param|size|grid size of the token}} | {{param|size|grid size of the token}} | ||
{{param|id|The token {{code|id}} of the token to set its width. Defaults to the [[Current | {{param|id|The token {{code|id}} of the token to set its width. Defaults to the [[Current_Token|Current Token]].}}{{TrustedParameter}} | ||
{{param|mapname|The name of the map to find the token. Defaults to the current map.}} | {{param|mapname|The name of the map to find the token. Defaults to the current map.}} | ||
Revision as of 09:51, 19 February 2021
setTokenWidth() Function
• Introduced in version 1.3b91
Sets the token's image width in pixels (boundary size).
Usage
setTokenWidth(size)
setTokenWidth(size, id)
setTokenWidth(size, id, mapname)
Parameters
size
- grid size of the tokenid
- The tokenid
of the token to set its width. Defaults to the Current Token.Note: This parameter can only be used in a Trusted Macro.
mapname
- The name of the map to find the token. Defaults to the current map.
Example
[r: setTokenWidth(300, "Dragon")]
[r: setTokenHeight(150, "Dragon")]
See Also
Version Changes
- 1.5.4 - Added
mapname
parameter option.