8 lines
234 B
Lua
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
|