WoW:API UnitIsDead

From AddOn Studio
Revision as of 04:58, 16 June 2006 by WoWWiki>Sarf
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Very useful to determine if a mod should be doing something if "unit" is dead.

Returns 1 if "unit" is dead, nil otherwise.

Information from UnitIsDeadOrGhost("unit"):

Does not work for ("pet") unless the pet bar is still active. Not sure why the petbar stays active when the pet dies -- it used to gray out, now it will disappear after some time or some event happens, but not immediately when the pet dies. -- 5/29/2006


Template:WoW API