Mercurial > wow > reaction
comparison classes/PetActionButton.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 | e63aefb8a555 |
comparison
equal
deleted
inserted
replaced
174:09f7af2f53f8 | 175:df68b5a40490 |
---|---|
1 local ReAction = ReAction | 1 local addonName, addonTable = ... |
2 local ReAction = addonTable.ReAction | |
2 local L = ReAction.L | 3 local L = ReAction.L |
3 local _G = _G | 4 local _G = _G |
4 local CreateFrame = CreateFrame | 5 local CreateFrame = CreateFrame |
5 local format = string.format | 6 local format = string.format |
6 local GetCVar = GetCVar | 7 local GetCVar = GetCVar |