Contents
← 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[edit | edit source]
- unit
- String (UnitId) - Unit you wish to query, e.g. "player".
Returns[edit | edit source]
- isDeserter
- Boolean - true if the unit is currently an LFG deserter (and hence unable to use the dungeon finder), false otherwise.
History[edit | edit source]
- Added in Patch 3.3.3.
Community content is available under CC-BY-SA unless otherwise noted.