Files
wow_Meta/api/CalendarEventClearModerator.lua
2025-05-04 14:35:26 +02:00

6 lines
356 B
Lua

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