7 lines
272 B
Lua
7 lines
272 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|