Mercurial > wow > reaction
comparison PetActionButton.lua @ 294:30c9bdaad7a3 stable
merge 1.1 beta 10 to stable
author | Flick |
---|---|
date | Fri, 05 Aug 2011 16:28:13 -0700 |
parents | 276165a0e860 |
children | f7a5676c9517 |
comparison
equal
deleted
inserted
replaced
291:54d7865baae9 | 294:30c9bdaad7a3 |
---|---|
10 local GetPetActionSlotUsable = GetPetActionSlotUsable | 10 local GetPetActionSlotUsable = GetPetActionSlotUsable |
11 local GetPetActionCooldown = GetPetActionCooldown | 11 local GetPetActionCooldown = GetPetActionCooldown |
12 local AutoCastShine_AutoCastStart = AutoCastShine_AutoCastStart | 12 local AutoCastShine_AutoCastStart = AutoCastShine_AutoCastStart |
13 local AutoCastShine_AutoCastStop = AutoCastShine_AutoCastStop | 13 local AutoCastShine_AutoCastStop = AutoCastShine_AutoCastStop |
14 local SetDesaturation = SetDesaturation | 14 local SetDesaturation = SetDesaturation |
15 local CooldownFrame_SetTimer = CooldownFrame_SetTimer | 15 -- local CooldownFrame_SetTimer = CooldownFrame_SetTimer -- don't stash this API, look it up every time to support some mods that hook it, e.g. Cooldowns |
16 local GameTooltip_SetDefaultAnchor = GameTooltip_SetDefaultAnchor | 16 local GameTooltip_SetDefaultAnchor = GameTooltip_SetDefaultAnchor |
17 | 17 |
18 -- | 18 -- |
19 -- Secure snippets | 19 -- Secure snippets |
20 -- These are run within the context of the bar's sandbox, as the | 20 -- These are run within the context of the bar's sandbox, as the |