Queries the knowledge base server for articles


See also Knowledge-base functions.

Signature:

KBQuery_BeginLoading("searchText", categoryIndex, subcategoryIndex, numArticles, page)

Arguments:

  • searchText - The search string to use. The empty string will search for all articles in the given category (string)
  • categoryIndex - The category index (number)
  • subcategoryIndex - The subcategory index (number)
  • numArticles - The number of articles to be returned for each page (number)
  • page - The page of the total results that should be displayed. (number)
This function must query the remote server, and any results will not be immediately available to the game client. Please see the function's documentation for more information about how to retrieve any results.