Files
wow_Meta/api/CanSignPetition.lua
2025-05-04 14:35:26 +02:00

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