Initial commit

This commit is contained in:
2024-12-16 13:13:08 +01:00
commit c8d4f32d5d
3093 changed files with 18304 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---@diagnostic disable: missing-return, lowercase-global
---@param sortType team
---@param class
---@param cp
---@param damage
---@param deaths
---@param healing
---@param hk
---@param kills
---@param name
---@param stat1
---@param stat2
---@param stat3
---@param stat4
---@param stat5
---@param stat6
---@param stat7
---@param team
---Sorts the battleground scoreboard. Battleground-specific statistics include flags captured in Warsong Gulch, towers assaulted in Alterac Valley, etc. For the name and icon associated with each statistic, see GetBattlefieldStatInfo().
function SortBattlefieldScoreData(sortType, class, cp, damage, deaths, healing, hk, kills, name, stat1, stat2, stat3, stat4, stat5, stat6, stat7, team) end