Files
wow_Meta/api/GetOutdoorPVPWaitTime.lua
2025-05-04 14:35:26 +02:00

6 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