4 lines
235 B
Lua
4 lines
235 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Ends interaction with a petition. Fires the PETITION_CLOSED event, indicating that Petition APIs may no longer have effects or return valid data.
|
|
function ClosePetition() end |