WoW API: GetLFGRandomCooldownExpiration

From AddOn Studio
Revision as of 18:42, 24 March 2010 by WoWWiki>Starlightblunder (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

See also