Files
wow_Meta/api/KBArticle_IsLoaded.lua
2025-05-04 15:15:00 +02:00

7 lines
388 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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