7 lines
186 B
Lua
7 lines
186 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return calendarType
|
|
---Returns the type of the selected calendar event
|
|
function CalendarEventGetCalendarType() end
|