Files
wow-weakauras/Meta/api/GetOutdoorPVPWaitTime.lua
2024-11-07 23:12:37 +01:00

5 lines
329 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number waitTime
---Returns the world PvP wait time for the currently selected zone, nil otherwise. Authors looking for information regarding specific world PvP zones should consider using GetWorldPVPAreaInfo() instead.
function GetOutdoorPVPWaitTime() end