Requests a specific knowledge base article from the server


See also Knowledge-base functions.

Signature:

KBArticle_BeginLoading(articleId, searchType)

Arguments:

  • articleId - The unique articleId to request (number)
  • searchType - The search type of the request (number)
    • 1 - Default "top issues" search
    • 2 - Search for specific text
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.