Files
wow_Meta/api/CalendarEventSetLockoutTime.lua
2025-05-04 15:15:00 +02:00

8 lines
433 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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