11 lines
		
	
	
		
			455 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			455 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@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 |