Files
wow-weakauras/Meta/api/KBQuery_IsLoaded.lua
2024-11-07 23:12:37 +01:00

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