Files
wow_Meta/api/CalendarContextDeselectEvent.lua
2025-05-04 15:15:00 +02:00

6 lines
470 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