Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,17 +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
---@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
function CalendarGetRaidInfo(monthOffset, day, index) end