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

5 lines
269 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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