Files
wow_Meta/api/CalendarSetMonth.lua

7 lines
203 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param monthOffset monthOffset
---Sets the calendar's month relative to its current month
function CalendarSetMonth(monthOffset) end