9 lines
391 B
Lua
9 lines
391 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param statIndex number
|
|
---@return string text
|
|
---@return string icon
|
|
---@return string tooltip
|
|
---Returns information about a battleground-specific scoreboard column. Battleground-specific statistics include flags captured in Warsong Gulch, towers assaulted in Alterac Valley, etc.
|
|
function GetBattlefieldStatInfo(statIndex) end
|