5 lines
383 B
Lua
5 lines
383 B
Lua
---@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 |