WoW:API UnitIsPlayer: Difference between revisions

no edit summary
m (Robot: converting/fixing HTML)
No edit summary
Line 4: Line 4:
  UnitIsPlayer(UnitId)
  UnitIsPlayer(UnitId)


Determines if the unit is a player.
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''
;''Arguments''
Line 13: Line 13:
;''Returns''
;''Returns''


:''True/False''
:''True/nil''


----
----
Anonymous user