5 lines
182 B
Lua
5 lines
182 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numEvents
|
|
---Returns the number of guild events in your calendar
|
|
function CalendarGetNumGuildEvents() end |