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

5 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