wowpedia
Main Menu


Returns whether the unit is currently under the effects of the random dungeon cooldown.

hasRandomCooldown = UnitHasLFGRandomCooldown(unit)

Arguments

unit
string : UnitId - the unit that would assist (e.g., "player" or "target")

Returns

hasRandomCooldown
boolean - true if the unit is currently unable to queue for random dungeons due to the random cooldown, false otherwise.

Details

History