Files
wow_Meta/api/CalendarContextDeselectEvent.lua
2024-12-16 13:13:08 +01:00

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