Files
wow_Meta/api/CalendarEventSetDate.lua
2025-05-04 14:35:26 +02:00

8 lines
237 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