resetProperty: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function resetProperty== Resets the specified Token:token property so that it is empty and will return the default value when queried (if it has one). ===Usage=== <source lang="m...)
 
No edit summary
Line 1: Line 1:
==Function resetProperty==
==Function resetProperty==


Resets the specified [[Token:token property|token property]] 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===

Revision as of 13:20, 13 December 2008

Function resetProperty

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)]