WoW API: UnitHasLFGDeserter

Revision as of 18:57, 24 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns whether the unit is currently unable to use the dungeon finder due to leaving a group prematurely. isDeserter = UnitHasLFGDeserter("unit"); == Arguments == ;…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < UnitHasLFGDeserter

Returns whether the unit is currently unable to use the dungeon finder due to leaving a group prematurely.

isDeserter = UnitHasLFGDeserter("unit");

Arguments

unit
String (UnitId) - Unit you wish to query, e.g. "player".

Returns

isDeserter
Boolean - true if the unit is currently an LFG deserter (and hence unable to use the dungeon finder), false otherwise.

History