setSize: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function getSize== Sets the size of the Current Token. The valid sizes are * Diminutive * Tiny * Small * Medium * Large * Huge * Giant * Gargantua...) |
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
|name=getSize | |||
|description= | |||
Sets the [[Token:size|size]] of the [[Token:Current Token|Current Token]]. | Sets the [[Token:size|size]] of the [[Token:Current Token|Current Token]]. | ||
The valid sizes are | The valid sizes are | ||
Line 13: | Line 14: | ||
* Colossal | * Colossal | ||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: setSize(size)] | [h: setSize(size)] | ||
</source> | </source> | ||
}} | |||
[[Category:Token Function]] |
Revision as of 04:33, 9 March 2009
getSize() Function
Sets the size of the Current Token.
The valid sizes are
- Diminutive
- Tiny
- Small
- Medium
- Large
- Huge
- Giant
- Gargantuan
- Colossal
Usage
[h: setSize(size)]