getProperty: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Updated with recent version changes.)
mNo edit summary
Line 2: Line 2:
|name=getProperty
|name=getProperty
|version=1.3b48
|version=1.3b48
|description=Returns the value of a [[Token:property| token property]] of the [[Token:Current Token|Current Token]].
|description=Returns the value of a [[Property|token property]] of the [[Current Token|Current Token]].


|usage=
|usage=
Line 10: Line 10:
'''Parameter'''
'''Parameter'''
{{param|name|The name of the property that has it value returned.}}
{{param|name|The name of the property that has it value returned.}}
|also=
[[Current Token|Current Token]]


|changes=
|changes=

Revision as of 03:46, 12 March 2009

getProperty() Function

Introduced in version 1.3b48
Returns the value of a token property of the Current Token.

Usage

getProperty(name)

Parameter

  • name - The name of the property that has it value returned.


See Also

Version Changes

  • 1.3b51 - Changed to return the default value if the property has no value.