Files
wow_Meta/api/GetOutdoorPVPWaitTime.lua
2025-05-04 15:15:00 +02:00

7 lines
334 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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