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