getSize: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Text replacement - "<source" to "<syntaxhighlight")
No edit summary
Line 6: Line 6:
Returns the [[Size]] of a [[Token]].
Returns the [[Size]] of a [[Token]].


The sizes returned are:
The sizes returned on the Token Layer are:
* {{code|Fine}}
* {{code|Fine}}
* {{code|Diminutive}}
* {{code|Diminutive}}
Line 17: Line 17:
* {{code|Colossal}}
* {{code|Colossal}}
&nbsp;
&nbsp;
The sizes returned on the Object Layer are:
* {{code|1/6}}
* {{code|1/4}}
* {{code|1/3}}
* {{code|1/3}}
* {{code|1/3}}
* {{code|Medium}}
* {{code|Large}}
* {{code|Huge}}
* {{code|Homongous}}
&nbsp;
{{Note|Tokens dropped onto the Object layer default to Freesize, unless you uncheck "Start Freesize" under Objects on the Interactions tab of [[Edit Preferences|https://wiki.rptools.info/index.php/MapTool_Preferences#Objects]].


|usage=
|usage=

Revision as of 18:21, 6 April 2024

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
 This article needs: Examples of usage.

{{MacroFunction |name=getSize |version=1.3b48 |description= Returns the Size of a Token.

The sizes returned on the Token Layer are:

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

 

The sizes returned on the Object Layer are:

  • 1/6
  • 1/4
  • 1/3
  • 1/3
  • 1/3
  • Medium
  • Large
  • Huge
  • Homongous

 

Tokens dropped onto the Object layer default to Freesize, unless you uncheck "Start Freesize" under Objects on the Interactions tab of https://wiki.rptools.info/index.php/MapTool_Preferences#Objects.