Refactor API functions to enhance parameter aliasing and improve documentation clarity
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param faction nil
|
||||
---@param 0
|
||||
---@param 1
|
||||
---@param nil
|
||||
---@alias battlegroundFaction
|
||||
---| 0 - Horde
|
||||
---| 1 - Alliance
|
||||
---| nil - All
|
||||
|
||||
---@param faction battlegroundFaction
|
||||
---Filters the battleground scoreboard by faction/team
|
||||
function SetBattlefieldScoreFaction(faction, 0, 1, nil) end
|
||||
function SetBattlefieldScoreFaction(faction) end
|
||||
|
Reference in New Issue
Block a user