Mercurial > wow > reaction
comparison ActionButton.lua @ 299:e337b39dc491
Add ExtraActionButton support
| author | Flick |
|---|---|
| date | Wed, 14 Nov 2012 16:38:53 -0800 |
| parents | f7a5676c9517 |
| children |
comparison
equal
deleted
inserted
replaced
| 298:d1a56601267b | 299:e337b39dc491 |
|---|---|
| 185 spacing = 3, | 185 spacing = 3, |
| 186 buttons = { }, | 186 buttons = { }, |
| 187 }, | 187 }, |
| 188 | 188 |
| 189 barType = L["Action Bar"], | 189 barType = L["Action Bar"], |
| 190 buttonTypeID = buttonTypeID | 190 buttonTypeID = buttonTypeID, |
| 191 eventList = eventList | |
| 191 }, | 192 }, |
| 192 { __index = Super } ) | 193 { __index = Super } ) |
| 193 | 194 |
| 194 ReAction.Button.Action = Action | 195 ReAction.Button.Action = Action |
| 195 ReAction:RegisterBarType(Action, true) | 196 ReAction:RegisterBarType(Action, true) |
