Files
wow-weakauras/Meta/api/GMSurveyNumAnswers.lua
2024-11-07 23:12:37 +01:00

6 lines
308 B
Lua

---@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