Initial commit
This commit is contained in:
8
api/CalendarSetMonth.lua
Normal file
8
api/CalendarSetMonth.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param monthOffset 1
|
||||
---@param -1
|
||||
---@param 0
|
||||
---@param 1
|
||||
---Sets the calendar's month relative to its current month
|
||||
function CalendarSetMonth(monthOffset, -1, 0, 1) end
|
||||
Reference in New Issue
Block a user