Files
wow_Meta/api/GetPetitionNameInfo.lua
2025-05-04 14:35:26 +02:00

7 lines
225 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