setLibProperty: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:setLibProperty moved to setLibProperty) |
(No difference)
|
Revision as of 04:12, 9 March 2009
setLibProperty() Function
Usage
[h: setLibProperty(name, value)]
[h: setLibProperty(name, value, libName)]
Examples
Set a property on the Library Token that the macro is running from.
[h: setLibProperty("defaultStrength", 10)]
Set a property on a specifig Library Token.
[h: setLibProperty("defaultStrength", 10, "Lib:Character")]