WoW:Detecting an instant cast spell: Difference between revisions

No edit summary
Line 99: Line 99:
      
      
     -- Test to see if this is a macro
     -- Test to see if this is a macro
     if GetActiontext(a1) then return end
     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 ==


Anonymous user