Enhance documentation for calendar event functions by refining return types and parameter aliases

This commit is contained in:
2025-05-18 00:57:12 +02:00
parent e01a681d66
commit 11f27b18de
7 changed files with 22 additions and 32 deletions

View File

@@ -1,9 +1,6 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return PLAYER calendarType
---@return GUILD_ANNOUNCEMENT
---@return GUILD_EVENT
---@return PLAYER
---@return calendarType
---Returns the type of the selected calendar event
function CalendarEventGetCalendarType() end