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,10 +1,10 @@
---@diagnostic disable: missing-return, lowercase-global
---@param monthOffset number
---@param day number
---@param index number
---@return string name
---@return string description
---@return string texture
---@param monthOffset number
---@param day number
---@param index number
---@return string name
---@return string description
---@return string texture
---Returns additional information about a holiday 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 CalendarGetHolidayInfo(monthOffset, day, index) end
function CalendarGetHolidayInfo(monthOffset, day, index) end