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

7 lines
365 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---Removes moderator status from a character on the selected event's invite/signup list. Moderators can change the status of characters on the invite/signup list and invite more characters, but cannot otherwise edit the event.
function CalendarEventClearModerator(index) end