5 lines
220 B
Lua
5 lines
220 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numInvites
|
|
---Returns the number of calendar invitations to which the player has yet to respond
|
|
function CalendarGetNumPendingInvites() end |