9 lines
273 B
Lua
9 lines
273 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param articleId number
|
|
---@param searchType 2
|
|
---@param 1
|
|
---@param 2
|
|
---Requests a specific knowledge base article from the server
|
|
function KBArticle_BeginLoading(articleId, searchType, 1, 2) end |