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

6 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