hasProperty

From RPTools Wiki
Revision as of 02:26, 31 March 2009 by Verisimilar (talk | contribs) (Updated with recent version changes.)
Jump to navigation Jump to search

hasProperty() Function

Introduced in version 1.3b48
Returns true(1) if the Token Property with the specified name exists on a Token.

Usage

hasProperty(name)
hasProperty(name, id)

Parameters


Version Changes

  • 1.3b51 - Added id parameter option.