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

6 lines
324 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---Removes a character from the selected event's invite/signup list. Cannot be used to remove the event's creator (fires a CALENDAR_UPDATE_ERROR event with nil error message if such is attempted).
function CalendarEventRemoveInvite(index) end