Files
wow_Meta/api/CalendarSetMonth.lua
2024-12-16 13:13:08 +01:00

8 lines
237 B
Lua

---@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