7 lines
272 B
Lua
7 lines
272 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param questionIndex number
|
|
---@param answerIndex number
|
|
---@return string answerText
|
|
---Returns text of multiple-choice question answers in a GM survey
|
|
function GMSurveyAnswer(questionIndex, answerIndex) end |