Files
wow_Meta/api/CalendarGetMonthNames.lua

7 lines
178 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return string[] monthNames
---Returns a list of localized month names
function CalendarGetMonthNames() end