Files
wow_Meta/api/GetOutdoorPVPWaitTime.lua
2024-12-16 13:13:08 +01:00

5 lines
325 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