Files
wow_Meta/api/GMSurveyAnswer.lua
2024-12-16 13:13:08 +01:00

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