WoW:Detecting an instant cast spell (source)
Revision as of 15:01, 3 February 2006
, 3 February 2006→UseAction
No edit summary |
|||
| Line 99: | Line 99: | ||
-- Test to see if this is a macro | -- Test to see if this is a macro | ||
if | if GetActionText(a1) then return end | ||
MyMod_Tooltip:SetAction(a1) | MyMod_Tooltip:SetAction(a1) | ||
| Line 114: | Line 114: | ||
end | end | ||
UseAction = MyMod_newUseAction | UseAction = MyMod_newUseAction | ||
== Hooking the targeting functions == | == Hooking the targeting functions == | ||