getRawProperty: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Initial write-up.)
(No difference)

Revision as of 21:34, 9 March 2009

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

getRawProperty() Function

Introduced in version 1.3b51
Gets the unevaluated value of a property, returns "" if the property is empty. This will not return the property's default value.

Usage

getRawProperty(prop)
getRawProperty(prop, id)

Parameters

  • prop - The name of the property to return.
  • id - The id of the token to retrieve the property from.