6 lines
276 B
Lua
6 lines
276 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Creates a new guild event and selects it for viewing/editing. Guild events are visible to all guild members and allow members to sign up (or non-members to be invited).
|
|
function CalendarNewGuildEvent() end
|