This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
This article needs: Examples using the new functionality.
Contents |
Returns true(1) if the Token Property for a specific Token is empty. A Token Property is considered empty if it is NULL; if an empty string ("") has been assigned to it, it is not considered empty.
isPropertyEmpty(property)isPropertyEmpty(property, id)Parameters
property - The name of the property that has its value checked.
id - The token id of the token that has its value checked, defaults to the Current Token. Note: This parameter can only be used in a Trusted Macro.
[r, if(isPropertyEmpty("propertyName")): propertyName = someDefaultValue]resetProperty(), getProperty(), setProperty()
id parameter option.