Initial commit

This commit is contained in:
2024-12-16 13:13:08 +01:00
commit c8d4f32d5d
3093 changed files with 18304 additions and 0 deletions

11
api/KBArticle_GetData.lua Normal file
View File

@@ -0,0 +1,11 @@
---@diagnostic disable: missing-return, lowercase-global
---@return number id
---@return string subject
---@return string subjectAlt
---@return string text
---@return string keywords
---@return number languageId
---@return boolean isHot
---Returns information about the last requested knowledge base article. Only available once the KNOWLEDGE_BASE_ARTICLE_LOAD_SUCCESS event has fired following an article request.
function KBArticle_GetData() end