Initial commit
This commit is contained in:
5
api/CalendarEventInvite.lua
Normal file
5
api/CalendarEventInvite.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param name string
|
||||
---Attempts to invite a character to the selected event. If successful, the CALENDAR_UPDATE_INVITE_LIST event fires indicating the character has been added to the invite list; otherwise the CALENDAR_UPDATE_ERROR event fires containing a localized error message.
|
||||
function CalendarEventInvite(name) end
|
||||
Reference in New Issue
Block a user