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

6 lines
381 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---Requests information about available instances of a battleground from the server. The PVPQUEUE_ANYWHERE_SHOW event fires once information is available; data can then be retrieved by calling GetNumBattlefields() and GetBattlefieldInstanceInfo().
function RequestBattlegroundInstanceInfo(index) end