WoW:API UnitIsTapped: Difference between revisions

m
Move page script moved page API UnitIsTapped to WoW:API UnitIsTapped without leaving a redirect
No edit summary
m (Move page script moved page API UnitIsTapped to WoW:API UnitIsTapped without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''UnitIsTapped''' - ''Documentation by John''</center>
{{wowapi}}
 
Checks to see if a unit is tapped.
Checks to see if a unit is tapped
  local isTapped = UnitIsTapped(unit);
  local isTapped = UnitIsTapped(unit);


Line 24: Line 23:
   
   
  if (UnitIsTapped("target")) and (not UnitIsTappedByPlayer("target")) then
  if (UnitIsTapped("target")) and (not UnitIsTappedByPlayer("target")) then
   -- Traget is tapped by another player
   -- Target is tapped by another player
  end
  end
----
__NOTOC__
{{Template:WoW API}}
Anonymous user