8 lines
		
	
	
		
			311 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			311 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@param questionIndex number
 | 
						|
---@return number numAnswers
 | 
						|
---Returns the number of possible answers for a GM Survey question. Deprecated; default UI uses the constant MAX_SURVEY_ANSWERS instead.
 | 
						|
function GMSurveyNumAnswers(questionIndex) end
 |