7 lines
216 B
Lua
7 lines
216 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number numScores
|
|
---Returns the number of participant scores available in the current battleground
|
|
function GetNumBattlefieldScores() end
|