7 lines
197 B
Lua
7 lines
197 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number index
|
|
---Returns the index of the first non-header in the trade skill listing
|
|
function GetFirstTradeSkill() end
|