Refactor API functions to improve parameter aliasing and enhance documentation clarity

This commit is contained in:
2025-05-18 15:03:21 +02:00
parent b595bc5573
commit cbed6108ef
22 changed files with 165 additions and 170 deletions

View File

@@ -1,14 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param school 7
---@param 1
---@param 2
---@param 3
---@param 4
---@param 5
---@param 6
---@param 7
---@return number minModifier
---@param school spellSchool
---@return number minModifier
---Returns the player's spell damage bonus for a spell school
function GetSpellBonusDamage(school, 1, 2, 3, 4, 5, 6, 7) end
function GetSpellBonusDamage(school) end