Mercurial > wow > reaction
comparison ActionButton.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 | 0cb6a9944497 |
comparison
equal
deleted
inserted
replaced
291:54d7865baae9 | 294:30c9bdaad7a3 |
---|---|
13 local GameTooltip_SetDefaultAnchor = GameTooltip_SetDefaultAnchor | 13 local GameTooltip_SetDefaultAnchor = GameTooltip_SetDefaultAnchor |
14 local IsCurrentAction = IsCurrentAction | 14 local IsCurrentAction = IsCurrentAction |
15 local IsAutoRepeatAction = IsAutoRepeatAction | 15 local IsAutoRepeatAction = IsAutoRepeatAction |
16 local IsUsableAction = IsUsableAction | 16 local IsUsableAction = IsUsableAction |
17 local IsAttackAction = IsAttackAction | 17 local IsAttackAction = IsAttackAction |
18 local CooldownFrame_SetTimer = CooldownFrame_SetTimer | 18 -- 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 |
19 local GetActionCooldown = GetActionCooldown | 19 local GetActionCooldown = GetActionCooldown |
20 local GetActionTexture = GetActionTexture | 20 local GetActionTexture = GetActionTexture |
21 local ATTACK_BUTTON_FLASH_TIME = ATTACK_BUTTON_FLASH_TIME | 21 local ATTACK_BUTTON_FLASH_TIME = ATTACK_BUTTON_FLASH_TIME |
22 local TOOLTIP_UPDATE_TIME = TOOLTIP_UPDATE_TIME | 22 local TOOLTIP_UPDATE_TIME = TOOLTIP_UPDATE_TIME |
23 local IsActionInRange = IsActionInRange | 23 local IsActionInRange = IsActionInRange |