← WoW API < KBSetup GetArticleHeaderCount
Returns the number of articles for the current page.
count = KBSetup_GetArticleHeaderCount()
Parameters[edit | edit source]
Arguments[edit | edit source]
- ()
Returns[edit | edit source]
- count
- count
- Integer - The number of articles for the current page.
Example[edit | edit source]
local count = KBSetup_GetArticleHeaderCount() for i=1, count do -- do something with the article
Details[edit | edit source]
- This will count the "most asked" articles, not the number of articles for the active query.
Community content is available under CC-BY-SA unless otherwise noted.