setLibProperty
Function setLibProperty
Sets the Token Property on a LibToken. if the name of the LibToken is not specified then the Token Property is set on the LibToken that the macro is running from.
Usage
[h: setLibProperty(name, value)]
[h: setLibProperty(name, value, libName)]
Examples
Set a property on the LibToken that the macro is running from.
[h: setLibProperty("defaultStrength", 10)]
Set a property on a specifig LibToken.
[h: setLibProperty("defaultStrength", 10, "Lib:Character")]