Borlox/KB
Talk0
98,523pages on
this wiki
this wiki
< User:Borlox
Contents |
Knowledge Base API
Edit
Note: This is not ready yet, I'll include it to the API Pages, when the documentation is completed.
General stuff
Edit
Events
Edit
KBSetup
Edit
KBQuery
Edit
KBArticle
Edit
KBSystem
Edit
Other
Edit
Functions
Edit
KBSetup
Edit
- KBSetup_BeginLoading(articlesPerPage, currentPage)
- KBSetup_IsLoaded()
- KBSetup_GetArticleHeaderCount()
- KBSetup_GetTotalArticleCount()
- KBSetup_GetArticleHeaderData(index)
- KBSetup_GetCategoryCount()
- KBSetup_GetCategoryData(index)
- KBSetup_GetSubCategoryCount(selectedCategoryIndex)
- KBSetup_GetSubCategoryData(selectedCategoryIndex, index)
- KBSetup_GetLanguageCount()
- KBSetup_GetLanguageData(index)
KBQuery
Edit
- KBQuery_BeginLoading(searchText, categoryIndex, subcategoryIndex, articlesPerPage, currentPage)
- KBQuery_IsLoaded()
- KBQuery_GetArticleHeaderCount()
- KBQuery_GetTotalArticleCount()
- KBQuery_GetArticleHeaderData(index)
KBArticle
Edit
- KBArticle_BeginLoading(articleId, searchType)
- KBArticle_IsLoaded()
- KBArticle_GetData()