getSize: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
(Applied Template:MacroFunction)
Line 1: Line 1:
==Function getSize==
{{MacroFunction
 
|name=getSize
|description=
Returns the [[Token:size|size]] of the [[Token:Current Token|Current Token]].
Returns the [[Token:size|size]] of the [[Token:Current Token|Current Token]].
The sizes returned are
The sizes returned are
Line 13: Line 14:
* Colossal
* Colossal


===Usage===
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: size = getSize()]
[h: size = getSize()]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 03:49, 8 March 2009

getSize() Function

Returns the size of the Current Token.

The sizes returned are

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

Usage

[h: size = getSize()]