Button Configuration
Configuration Table
Button configuration is done with a basic table that contains the configuration flags.
The default values are shown in this table:
local DefaultConfig = { outOfRangeColoring = "button", tooltip = "enabled", showGrid = false, colors = { range = { 0.8, 0.1, 0.1 }, mana = { 0.5, 0.5, 1.0 } }, hideElements = { macro = false, hotkey = false, equipped = false, }, keyBoundTarget = false, clickOnDown = false, flyoutDirection = "UP", }
If you want to change any of these values, create a table in the same layout as the default configuration and change the values.
(Note that right now, when you change one color, you need to provide all the values, for all colors)
Comments