Files
wow_Meta/api/CanSignPetition.lua
2024-12-16 13:13:08 +01:00

5 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