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