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