8 lines
208 B
Lua
8 lines
208 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param month number
|
|
---@param year number
|
|
---Set's the calendar's month to an absolute date
|
|
function CalendarSetAbsMonth(month, year) end
|