- 0 Talk
-
API KBSetup IsLoaded
Determine if the article list is loaded.
loaded = KBSetup_IsLoaded()
Parameters
Edit
Arguments
Edit
- ()
Returns
Edit
- loaded
- loaded
- Boolean - True if the article list is loaded.
Example
Edit
function KnowledgeBaseFrame_Search(resetCurrentPage)
if ( not KBSetup_IsLoaded() ) then
return;
end
-- ...
From Blizzard's KnowledgeBaseFrame.lua (l. 217 ff.)