Initial commit
This commit is contained in:
9
api/CalendarGetMonth.lua
Normal file
9
api/CalendarGetMonth.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param monthOffset number
|
||||
---@return number month
|
||||
---@return number year
|
||||
---@return number numDays
|
||||
---@return number firstWeekday
|
||||
---Returns information about a calendar month
|
||||
function CalendarGetMonth(monthOffset) end
|
||||
Reference in New Issue
Block a user