Files
wow-weakauras/Meta/api/GetPetitionNameInfo.lua
2024-11-07 23:12:37 +01:00

6 lines
231 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string name
---Returns the name of a character who has signed the currently offered petition
function GetPetitionNameInfo(index) end