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

7 lines
278 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return boolean isModerator
---Returns whether the player has moderator status for the selected calendar event. Also returns true if the player is the event's creator.
function CalendarEventIsModerator() end