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

7 lines
239 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param month number
---@param day number
---@param year number
---Changes the scheduled date of the selected calendar event
function CalendarEventSetDate(month, day, year) end