WoW:API GetLFGRandomCooldownExpiration: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Returns the time at which you may once again queue for a random dungeon. expiryTime = GetLFGRandomCooldownExpiration(); == Returns == ; expiryTime : Number/nil - tim…') |
m (Move page script moved page API GetLFGRandomCooldownExpiration to API GetLFGRandomCooldownExpiration without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:46, 15 August 2023
← WoW API < GetLFGRandomCooldownExpiration
Returns the time at which you may once again queue for a random dungeon.
expiryTime = GetLFGRandomCooldownExpiration();
Returns
- expiryTime
- Number/nil - time (GetTime() value) at which you may once again queue for a random dungeon if you're currently unable to do so, nil otherwise.
History
- Added in Patch 3.3.3.