setPropertyType: Difference between revisions
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)] <...) |
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
||
Line 1: | Line 1: | ||
= | {{stub}} | ||
{{MacroFunction | |||
|name=setPropertyType | |||
|description= | |||
Sets the [[Token:property type|property type]] of the [[Token:Current Token|Current Token]]. | |||
|usage= | |||
<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)]