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

@@ -6,20 +6,9 @@
---@return number level
---@return string className
---@return string classFileName
---@return 7 inviteStatus
---@return 1
---@return 2
---@return 3
---@return 4
---@return 5
---@return 6
---@return 7
---@return MODERATOR modStatus
---@return CREATOR
---@return MODERATOR
---@return inviteStatus
---@return modStatus
---@return boolean inviteIsMine
---@return 2 inviteType
---@return 1
---@return 2
---@return inviteType
---Returns information about an entry in the selected event's invite/signup list
function CalendarEventGetInvite(index) end