Refactor API functions to standardize parameter aliases and improve documentation clarity

This commit is contained in:
2025-05-18 15:16:22 +02:00
parent b5cba11bd3
commit e0b57e39fc
7 changed files with 34 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@param repeat number
---@param index number
---@param repeatn number
---Performs a trade skill recipe
function DoTradeSkill(index, repeat) end
function DoTradeSkill(index, repeatn) end