WoW:API UnitIsTapped: Difference between revisions

m
Move page script moved page API UnitIsTapped to WoW:API UnitIsTapped without leaving a redirect
mNo edit summary
m (Move page script moved page API UnitIsTapped to WoW:API UnitIsTapped without leaving a redirect)
 
(One intermediate revision by one other user 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 26: Line 25:
   -- Target is tapped by another player
   -- Target is tapped by another player
  end
  end
----
__NOTOC__
{{Template:WoW API}}
Anonymous user