API UnitHasLFGDeserter
Talk0
98,452pages on
this wiki
this wiki
Returns whether the unit is currently unable to use the dungeon finder due to leaving a group prematurely.
isDeserter = UnitHasLFGDeserter("unit");
Arguments
Edit
- unit
- String (UnitId) - Unit you wish to query, e.g. "player".
Returns
Edit
- isDeserter
- Boolean - true if the unit is currently an LFG deserter (and hence unable to use the dungeon finder), false otherwise.
History
Edit
- Added in Patch 3.3.3.