Files
wow_Meta/api/CalendarContextInviteIsPending.lua

10 lines
328 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param monthOffset monthOffset
---@param day number
---@param index number
---@return boolean pendingInvite
---Returns whether the player has been invited to an event and not yet responded
function CalendarContextInviteIsPending(monthOffset, day, index) end