9 lines
		
	
	
		
			304 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			304 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param categoryID number
 | 
						|
---@param includeSubCategories boolean
 | 
						|
---@return number total
 | 
						|
---Returns the number of achievement points obtained in this category
 | 
						|
function GetCategoryAchievementPoints(categoryID, includeSubCategories) end
 |