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

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