6 lines
263 B
Lua
6 lines
263 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil canSign
|
|
---Returns whether the player can sign the currently offered petition. Petitions can only be signed once per account, rather than once per character.
|
|
function CanSignPetition() end
|