WoW:API GetBattlefieldEstimatedWaitTime: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API GetBattlefieldEstimatedWaitTime to API GetBattlefieldEstimatedWaitTime without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
  waitTime = GetBattlefieldEstimatedWaitTime();
  waitTime = GetBattlefieldEstimatedWaitTime();


Line 7: Line 8:


:;waitTime : Integer - Milliseconds until Battlefield opening is available (estimated)
:;waitTime : Integer - Milliseconds until Battlefield opening is available (estimated)
[[Category:API Functions|GetBattlefieldEstimatedWaitTime()]]
[[Category:API Battlefield Functions|GetBattlefieldEstimatedWaitTime()]]

Latest revision as of 04:45, 15 August 2023

WoW API < GetBattlefieldEstimatedWaitTime

waitTime = GetBattlefieldEstimatedWaitTime();

Get estimated wait time for a Battlefield's availability


Returns
waitTime
Integer - Milliseconds until Battlefield opening is available (estimated)