setTokenHeight

From RPTools Wiki
Revision as of 23:00, 16 July 2016 by Wolph42 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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