setTokenHeight: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{MacroFunction |name=setTokenHeight |proposed=false |trusted=false |version=1.3b91 |description= This function set the token's image Height in pixels (boundary size). |usage...")
(No difference)

Revision as of 23:00, 16 July 2016

setTokenHeight() Function

Introduced in version 1.3b91
This function set the token's image Height in pixels (boundary size).

Usage

setTokenHeight(size, id)

Parameters

  • size - grid size of the token
  • id - The token id of the token to set its height

Example

[r: setTokenHeight(300, "Dragon")]
[r: setTokenHeight(150, "Dragon")]

See Also