WoW:API UnitIsTapped: Difference between revisions

m
{{wowapi}}
mNo edit summary
m ({{wowapi}})
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 26: Line 25:
   -- Target is tapped by another player
   -- Target is tapped by another player
  end
  end
----
__NOTOC__
{{Template:WoW API}}