7 lines
226 B
Lua
7 lines
226 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number numInvites
|
|
---Returns the number of characters on the selected calendar event's invite/signup list
|
|
function CalendarEventGetNumInvites() end
|