Refactor API functions to standardize parameter aliases and improve documentation clarity
This commit is contained in:
@@ -1,17 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param professionID 773
|
||||
---@param 164
|
||||
---@param 165
|
||||
---@param 171
|
||||
---@param 182
|
||||
---@param 186
|
||||
---@param 197
|
||||
---@param 202
|
||||
---@param 333
|
||||
---@param 393
|
||||
---@param 755
|
||||
---@param 773
|
||||
---@param professionID professionID
|
||||
---Expands the corresponding profession in the guild window. This function is used to expand a single profession in the guild window (professions view) based on its ID. Can also be done while window is not visible. See CollapseGuildTradeSkillHeader() for closing the view again.
|
||||
function ExpandGuildTradeSkillHeader(professionID, 164, 165, 171, 182, 186, 197, 202, 333, 393, 755, 773) end
|
||||
function ExpandGuildTradeSkillHeader(professionID) end
|
||||
|
Reference in New Issue
Block a user