Add meta
This commit is contained in:
7
Meta/api/CalendarEventSetLockoutDate.lua
Normal file
7
Meta/api/CalendarEventSetLockoutDate.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
||||
Reference in New Issue
Block a user