Initial commit
This commit is contained in:
5
api/KBArticle_IsLoaded.lua
Normal file
5
api/KBArticle_IsLoaded.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@return boolean isLoaded
|
||||
---Returns whether the requested knowledge base article has been loaded. The KNOWLEDGE_BASE_ARTICLE_LOAD_SUCCESS also indicates that the requested article is available; this function presents an alternative that can be used across UI reloads or login/logout.
|
||||
function KBArticle_IsLoaded() end
|
||||
Reference in New Issue
Block a user