5 lines
491 B
Lua
5 lines
491 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param text string
|
|
---Filters the trade skill listing by name of recipe, item produced, or reagents. Uses a substring (not exact-match) search: e.g. for a Scribe, the search string "doc" might filter the list to show only Certificate of Ownership because it matches the word "documentation" in that item's tooltip; a search for "stam" will match all items providing a Stamina bonus.
|
|
function SetTradeSkillItemNameFilter(text) end |