Files
wow_Meta/api/CalendarContextDeselectEvent.lua

8 lines
476 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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