Files
wow-weakauras/Meta/api/CalendarEventSetModerator.lua
2024-11-07 23:12:37 +01:00

5 lines
355 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---Grants moderator status to 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 CalendarEventSetModerator(index) end