Contents
← WoW API < UnitHasLFGRandomCooldown
Returns whether the unit is currently under the effects of the random dungeon cooldown.
hasRandomCooldown = UnitHasLFGRandomCooldown("unit");
Arguments[edit | edit source]
- unit
- String (UnitId) - unit you wish to query, e.g. "player".
Returns[edit | edit source]
- hasRandomCooldown
- Boolean - true if the unit is currently unable to queue for random dungeons due to the random cooldown, false otherwise.
Notes[edit | edit source]
- Players may also be prevented from using the dungeon finder entirely, as part of the dungeon finder deserter effect. Use UnitHasLFGDeserter("unit") to query that.
History[edit | edit source]
- Added in Patch 3.3.3
Community content is available under CC-BY-SA unless otherwise noted.