4 lines
259 B
Lua
4 lines
259 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Signs the player up for the selected calendar event. Only applies to guild events; has no effect if called when the current calendar event is not a guild event.
|
|
function CalendarEventSignUp() end |