Mercurial > wow > reaction
comparison classes/PetActionButton.lua @ 222:d08a74e86c96
un-namespace totem, pet, stance, vehicle exit
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Sun, 21 Nov 2010 14:42:38 -0800 |
| parents | e63aefb8a555 |
| children | c4b134512c50 |
comparison
equal
deleted
inserted
replaced
| 221:bb13624de7e1 | 222:d08a74e86c96 |
|---|---|
| 64 type = buttonTypeID, | 64 type = buttonTypeID, |
| 65 btnWidth = 30, | 65 btnWidth = 30, |
| 66 btnHeight = 30, | 66 btnHeight = 30, |
| 67 btnRows = 1, | 67 btnRows = 1, |
| 68 btnColumns = 10, | 68 btnColumns = 10, |
| 69 spacing = 8 | 69 spacing = 8, |
| 70 buttons = { } | |
| 70 }, | 71 }, |
| 71 | 72 |
| 72 barType = L["Pet Action Bar"], | 73 barType = L["Pet Action Bar"], |
| 73 }, | 74 }, |
| 74 { __index = Super } ) | 75 { __index = Super } ) |
