Initial commit
This commit is contained in:
5
api/RequestBattlegroundInstanceInfo.lua
Normal file
5
api/RequestBattlegroundInstanceInfo.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user