7 lines
192 B
Lua
7 lines
192 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param eventType eventType
|
|
---Changes the display type of the selected event
|
|
function CalendarEventSetType(eventType) end
|