5 lines
196 B
Lua
5 lines
196 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param description string
|
|
---Changes the descriptive text for the selected event
|
|
function CalendarEventSetDescription(description) end |