Files
wow-weakauras/Meta/api/CalendarEventSetSize.lua
2024-11-07 23:12:37 +01:00

5 lines
382 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param size number
---Changes the maximum number of invites/signups 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 max size has been changed will revert it to its default of 100.
function CalendarEventSetSize(size) end