Mercurial > wow > reaction
comparison Buttons.lua @ 21:90bf38d48efd
committing changes to obsolete 0.4 series
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Fri, 07 Mar 2008 21:54:26 +0000 |
| parents | 639282f3a0e0 |
| children |
comparison
equal
deleted
inserted
replaced
| 20:2f3e45fcb9e2 | 21:90bf38d48efd |
|---|---|
| 30 -- static class members | 30 -- static class members |
| 31 ----------------------- | 31 ----------------------- |
| 32 Action.defaultProfile = { | 32 Action.defaultProfile = { |
| 33 type = "ReAction", | 33 type = "ReAction", |
| 34 subtype = "Action", | 34 subtype = "Action", |
| 35 ids = { }, | 35 buttons = { }, |
| 36 selfcast = nil, | 36 selfcast = nil, |
| 37 keyBindLoc = "TOPRIGHT", | 37 keyBindLoc = "TOPRIGHT", |
| 38 keyBindRightLoc = "RIGHT", | 38 keyBindRightLoc = "RIGHT", |
| 39 stackCountLoc = "BOTTOMRIGHT", | 39 stackCountLoc = "BOTTOMRIGHT", |
| 40 showKeyBind = true, | 40 showKeyBind = true, |
| 48 } | 48 } |
| 49 | 49 |
| 50 PetAction.defaultProfile = { | 50 PetAction.defaultProfile = { |
| 51 type = "ReAction", | 51 type = "ReAction", |
| 52 subtype = "Pet Action", | 52 subtype = "Pet Action", |
| 53 ids = { }, | 53 buttons = { }, |
| 54 keyBindLoc = "TOPRIGHT", | 54 keyBindLoc = "TOPRIGHT", |
| 55 showKeyBind = false, | 55 showKeyBind = false, |
| 56 showGrid = false, | 56 showGrid = false, |
| 57 showBorder = true, | 57 showBorder = true, |
| 58 keyBindColorCode = false, | 58 keyBindColorCode = false, |
