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

6 lines
212 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string surveyQuestion
---Returns the text of a specific question from a GM survey
function GMSurveyQuestion(index) end