Initial commit
This commit is contained in:
11
api/KBArticle_GetData.lua
Normal file
11
api/KBArticle_GetData.lua
Normal 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
|
||||
Reference in New Issue
Block a user