hasProperty: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function hasProperty== {{ProposedChange}} Returns 1 if the Token:token property with the specified name exits on the current Token:token. ===Usage=== <source lang="mtmacro" li...)
 
No edit summary
Line 5: Line 5:
===Usage===
===Usage===
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: propExsits = hasProperty(name)
[h: propExsits = hasProperty(name)]
</source>
</source>

Revision as of 00:16, 2 December 2008

Function hasProperty

 Note: This refers to a proposed change that has not been implemented in the main code base yet.

Returns 1 if the token property with the specified name exits on the current token.

Usage

[h: propExsits = hasProperty(name)]