Files
wow-weakauras/Meta/api/CanSignPetition.lua
2024-11-07 23:12:37 +01:00

5 lines
267 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