setBarVisible: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:setBarVisible moved to setBarVisible) |
(No difference)
|
Revision as of 03:43, 9 March 2009
setBarVisible() Function
Sets if the specified bar for the Current Token is visible or not. If the value is non zero then the bar is visible, if it is 0 it is not visible.
Usage
[h: setBarVisible(name, value)]
Examples
Make "health" bar for the Current Token visible.
[h: setBarVisible("health", 1)]
Hide "health" bar for the Current Token.
[h: setBarVisible("health", 0)]