Files
wow_Meta/api/CalendarEventSetSize.lua
2024-12-16 13:13:08 +01:00

5 lines
378 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