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

6 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