Wikia

WoWWiki

Watchlist Recent changes

API UnitIsUnit

Main Menue



Returns true if the two specified units are the same, false otherwise.

isSame = UnitIsUnit(unit1, unit2);

ParametersEdit

ArgumentsEdit

unit1 
UnitId - The first unit to query (e.g. "party1", "pet", "player")
unit2 
UnitId - The second unit to compare it to (e.g. "target")

ReturnsEdit

isSame 
Boolean - 1 if the two units are the same entity, nil otherwise.

ExampleEdit

if ( UnitIsUnit("targettarget", "player") ) then
 message("Look at me, I have aggro from " .. UnitName("target") .. "!");
end;

ResultEdit

Displays a message if your target is targetting you.

Pages on WoWWiki

94,193pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,622photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki