Initial commit
This commit is contained in:
6
api/GMSurveyNumAnswers.lua
Normal file
6
api/GMSurveyNumAnswers.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
Reference in New Issue
Block a user