Refactor API functions to standardize parameter aliases and improve documentation clarity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user