10 lines
695 B
Lua
10 lines
695 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1 monthOffset
|
|
---@return -1
|
|
---@return 0
|
|
---@return 1
|
|
---@return number day
|
|
---@return number index
|
|
---Returns the month, day, and index of the event selection used only for CalendarContext functions. The selection state referenced 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). Used in the default UI to implement the calendar's context menu (on right-click).
|
|
function CalendarContextGetEventIndex() end |