12 lines
340 B
Lua
12 lines
340 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@alias searchType
|
|
---| 1 - Default "top issues" search
|
|
---| 2 - Search for specific text
|
|
|
|
---@param articleId number
|
|
---@param searchType searchType
|
|
---Requests a specific knowledge base article from the server
|
|
function KBArticle_BeginLoading(articleId, searchType) end
|