WoW API: UnitIsPlayer

Revision as of 10:57, 14 December 2014 by 195.91.195.130 (talk) (Result changed in 6.0.3)

WoW API < UnitIsPlayer

UnitIsPlayer(UnitId)

Determines if the unit is a player. It is important to note that it returns nil rather than false, nil is treated like false for most operations but it is *not* a proper boolean.


Arguments
UnitId

Returns
True/False

Example
if (UnitIsPlayer(UnitId)) then
   --Do something here
else
   --Do something else
end

Seems like in 6.0.3 it returns True/False