Enhance documentation for calendar event functions by refining return types and parameter aliases
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user