Initial commit
This commit is contained in:
5
api/CalendarEventSetRepeatOption.lua
Normal file
5
api/CalendarEventSetRepeatOption.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param title number
|
||||
---Changes the repetition option for the selected event (currently unused). This feature is not enabled in the current version of World of Warcraft; saving an event in which the repeat option has been changed will revert it to its default of 1 (Never).
|
||||
function CalendarEventSetRepeatOption(title) end
|
||||
Reference in New Issue
Block a user