5 lines
378 B
Lua
5 lines
378 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean isLoaded
|
|
---Returns whether results of a knowledge base query have been loaded. The KNOWLEDGE_BASE_QUERY_LOAD_SUCCESS also indicates that the requested results are available; this function presents an alternative that can be used across UI reloads or login/logout.
|
|
function KBQuery_IsLoaded() end |