Files
wow_Meta/api/GetPetitionNameInfo.lua
2025-05-04 15:15:00 +02:00

8 lines
234 B
Lua

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