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

6 lines
425 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