6 lines
		
	
	
		
			249 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			249 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| 
 | |
| ---@param achievementID number 
 | |
| ---@return number categoryID 
 | |
| ---Returns the numeric ID of the category to which an achievement belongs
 | |
| function GetAchievementCategory(achievementID) end |