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

6 lines
200 B
Lua

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