6 lines
227 B
Lua
6 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
|