Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Determine if the article list is loaded.

loaded = KBSetup_IsLoaded()

Parameters[]

Arguments[]

()

Returns[]

loaded
loaded
boolean - True if the article list is loaded.

Example[]

 function KnowledgeBaseFrame_Search(resetCurrentPage)
   if ( not KBSetup_IsLoaded() ) then
     return;
   end
   -- ...

From Blizzard's KnowledgeBaseFrame.lua (l. 217 ff.)

Advertisement