Wikia

WoWWiki

Watchlist Recent changes

API UnitIsTappedByPlayer

Main Menue



Checks to see if a unit is tapped by the player

local isTapped = UnitIsTappedByPlayer(unit);

Parameters Edit

Arguments Edit

unit 
String - the (UnitID) (e.g., "target")

Returns Edit

isTapped
true if the unit is tapped by current player, false otherwise.

Example Edit

if (UnitIsTappedByPlayer("target")) then
 -- Target is tapped by player
end

Example used in conjunction with UnitIsTapped Edit

if (UnitIsTapped("target")) and (not UnitIsTappedByPlayer("target")) then
 -- Target is tapped by another player
end

Pages on WoWWiki

95,749pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
58,025photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki