Wikia

WoWWiki

API UnitIsTappedByPlayer

Talk0
98,585pages on
this wiki
Revision as of 09:15, July 7, 2006 by Mikk (Talk | contribs)

(diff) ←Older revision | Latest revision (diff) | Newer revision → (diff)

Checks to see if a unit is tapped by the player

local isTapped = UnitIsTappedByPlayer(unit);

Parameters

Arguments

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

Returns

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

Example

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

Example used in conjunction with UnitIsTapped

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

Photos

Add a Photo
62,230photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki