setPropertyType: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function setPropertyType== Sets the property type of the Current Token. <source lang="mtmacro" line> [h: type = setPropertyType(type)] <...)
 
m (Applied Template:MacroFunction)
Line 1: Line 1:
==Function setPropertyType==
{{stub}}
{{MacroFunction
|name=setPropertyType
|description=
Sets the [[Token:property type|property type]] of the [[Token:Current Token|Current Token]].


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

Revision as of 04:29, 9 March 2009

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

setPropertyType() Function

Sets the property type of the Current Token.

Usage

[h: type = setPropertyType(type)]