WoW API: KBSetup IsLoaded
Jump to navigation
Jump to search
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.)