7 lines
222 B
Lua
7 lines
222 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number totalArticleHeaderCount
|
|
---Returns the total number of articles returned for the given query
|
|
function KBQuery_GetTotalArticleCount() end
|