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

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