9 lines
473 B
Lua
9 lines
473 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|