WoW API: KBSetup GetTotalArticleCount

WoW API < KBSetup GetTotalArticleCount

Returns the number of articles.

count = KBSetup_GetTotalArticleCount()

ParametersEdit

ArgumentsEdit

()

ReturnsEdit

count
count
Integer - The number of articles.

ExampleEdit

 local count = KBSetup_GetTotalArticleCount()
 for i=1, count do
   -- do something with the article

DetailsEdit

  • This will count the "most asked" articles, not the number of articles for the active query.