9 lines
279 B
Lua
9 lines
279 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|