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

7 lines
466 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param month number
---@param day number
---@param year number
---Changes the lockout date associated with the selected event (currently unused). This feature is not enabled in the current version of World of Warcraft; saving an event in which the lockout date has been changed will revert it to its default of 1, 1, 1, 2000 (January 1, 2000).
function CalendarEventSetLockoutDate(month, day, year) end