4 lines
460 B
Lua
4 lines
460 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Clears the event selection used only for CalendarContext functions. The selection state cleared by this function is used only by other CalendarContext functions; other calendar event functions use the selection state set by CalendarOpenEvent, CalendarNewEvent, CalendarNewGuildEvent, or CalendarNewGuildAnnouncement (if they use a selection state at all).
|
|
function CalendarContextDeselectEvent() end |