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