6 lines
378 B
Lua
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
|