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