getSize

From RPTools Wiki
Revision as of 03:35, 31 March 2009 by Verisimilar (talk | contribs) (Updated with recent version changes.)
Jump to navigation Jump to search

getSize() Function

Introduced in version 1.3b48
Returns the Size of a Token.

The sizes returned are:

  • Diminutive
  • Tiny
  • Small
  • Medium
  • Large
  • Huge
  • Giant
  • Gargantuan
  • Colossal

Usage

getSize()
getSize(id)

Parameter

  • id - The token id of the token which has its Size returned, defaults to the Current Token.

     Note: This parameter can only be used in a Trusted Macro


See Also

Version Changes

  • 1.3b51 - Added id parameter option.