Files
wow_Meta/api/CalendarEventHasPendingInvite.lua
2024-12-16 13:13:08 +01:00

5 lines
227 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return boolean pendingInvite
---Returns whether the player has been invited to the selected event and not yet responded
function CalendarEventHasPendingInvite() end