7 lines
424 B
Lua
7 lines
424 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param hour number
|
|
---@param minute number
|
|
---Changes the lockout time 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 time has been changed will revert it to its default of 0, 0 (midnight).
|
|
function CalendarEventSetLockoutTime(hour, minute) end
|