7 lines
176 B
Lua
7 lines
176 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param title string
|
|
---Changes the title for the selected event
|
|
function CalendarEventSetTitle(title) end
|