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: | ||
{{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 | ||
-- | -- Target is tapped by another player | ||
end | end | ||