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: | ||
{{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 | ||