5 lines
205 B
Lua
5 lines
205 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string text
|
|
---Returns the current search text for filtering the trade skill listing by name
|
|
function GetTradeSkillItemNameFilter() end |