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

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