resetProperty: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
m (Applied Template:MacroFunction)
Line 1: Line 1:
==Function resetProperty==
{{MacroFunction
 
|name=resetProperty
|description=
Resets the specified [[Token:token property|token property]] on the [[Token:Current Token|Current Token]] so that it is empty and will return the default value when queried (if it has one).  
Resets the specified [[Token:token property|token property]] on the [[Token:Current Token|Current Token]] so that it is empty and will return the default value when queried (if it has one).  


===Usage===
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: resetProperty(propName)]
[h: resetProperty(propName)]
</source>
</source>
}}
[[Category:Property Function]]
[[Category:Token Function]]

Revision as of 03:23, 9 March 2009

resetProperty() Function

Resets the specified token property on the Current Token so that it is empty and will return the default value when queried (if it has one).

Usage

[h: resetProperty(propName)]