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

7 lines
360 B
Lua

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