Files
wow_Meta/api/CalendarContextInviteType.lua

14 lines
526 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@alias inviteType
---| 1 Characters can only be explicitly invited to the event (or event is a non-invite/non-signup event)
---| 2 Event is visible to the player's entire guild; guild members can sign up and other characters can be explicitly invited
---@param monthOffset monthOffset
---@param day number
---@param index number
---@return inviteType
---Returns the invite type for an event
function CalendarContextInviteType(monthOffset, day, index) end