getPropertyType: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
(Applied Template:MacroFunction)
Line 1: Line 1:
==Function getPropertyType==
{{MacroFunction
|name=getPropertyType
|description=
Returns the [[Token:property type|property type]] of the [[Token:Current Token|Current Token]].


 
|usage=
Returns the [[Token:property type|property type]] of the [[Token:Current Token|Current Token]].
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: type = getPropertyType()]
[h: type = getPropertyType()]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 03:36, 8 March 2009

getPropertyType() Function

Returns the property type of the Current Token.

Usage

[h: type = getPropertyType()]