This commit is contained in:
2024-11-07 23:12:37 +01:00
parent a67a1d8f40
commit f7c91862a0
3089 changed files with 18209 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---@diagnostic disable: missing-return, lowercase-global
---@param monthOffset number
---@param day number
---@param index number
---@return number title
---@return RAID_RESET calendarType
---@return RAID_LOCKOUT
---@return RAID_RESET
---@return number raidID
---@return number hour
---@return number minute
---@return 2 difficulty
---@return 1
---@return 2
---Returns information about a raid lockout or scheduled raid reset event. Information can only be retrieved for events which might be visible in the calendar's current month -- i.e. those in the current month as well as those in (roughly) the last week of the previous month and (roughly) the first two weeks of the following month. To reliably retrieve information for events outside the calendar's current month, first change the calendar's month with CalendarSetMonth.
function CalendarGetRaidInfo(monthOffset, day, index) end