WoW API: KBSetup GetTotalArticleCount

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API KBSetup GetTotalArticleCount to API KBSetup GetTotalArticleCount without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < KBSetup GetTotalArticleCount

Returns the number of articles.

count = KBSetup_GetTotalArticleCount()

Parameters[edit]

Arguments[edit]

()

Returns[edit]

count
count
Integer - The number of articles.

Example[edit]

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

Details[edit]

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