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