Mercurial > wow > reaction
comparison modules/State.lua @ 175:df68b5a40490
Remove ReAction global in favor of built in addon table (drycoded)
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Wed, 20 Oct 2010 17:11:50 +0000 |
| parents | 8cc187143acd |
| children | d32c65d94009 |
comparison
equal
deleted
inserted
replaced
| 174:09f7af2f53f8 | 175:df68b5a40490 |
|---|---|
| 2 ReAction bar state driver interface | 2 ReAction bar state driver interface |
| 3 | 3 |
| 4 --]] | 4 --]] |
| 5 | 5 |
| 6 -- local imports | 6 -- local imports |
| 7 local ReAction = ReAction | 7 local addonName, addonTable = ... |
| 8 local ReAction = addonTable.ReAction | |
| 8 local L = ReAction.L | 9 local L = ReAction.L |
| 9 local _G = _G | 10 local _G = _G |
| 10 local format = string.format | 11 local format = string.format |
| 11 local InCombatLockdown = InCombatLockdown | 12 local InCombatLockdown = InCombatLockdown |
| 12 local RegisterStateDriver = RegisterStateDriver | 13 local RegisterStateDriver = RegisterStateDriver |
