Wikia

WoWWiki

API UnitIsTapped

Talk0
98,472pages on
this wiki

Checks to see if a unit is tapped.

local isTapped = UnitIsTapped(unit);

Arguments
unit (UnitID
the unit name (e.g., "target")

Returns
isTapped
true if the unit is tapped, false otherwise.

Example
if (UnitIsTapped("target")) then
 -- Target is tapped
end
Example used in conjunction with UnitIsTappedByPlayer
if (UnitIsTapped("target")) and (not UnitIsTappedByPlayer("target")) then
 -- Target is tapped by another player
end
Advertisement | Your ad here

Photos

Add a Photo
61,987photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki