7 lines
229 B
Lua
7 lines
229 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string tradeskillName
|
|
---@return number rank
|
|
---@return number maxLevel
|
|
---Returns information about the current trade skill
|
|
function GetTradeSkillLine() end |