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,10 +1,12 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return status criterion
---@return CLASS_SORT_ORDER class
---@return name
---@return status
---@alias criterion
---| "CLASS" Sorted by character class (according to the global table CLASS_SORT_ORDER)
---| "NAME" Sorted by character name
---| "STATUS" Sorted by invite status
---@return criterion
---@return boolean reverse
---Returns the current sort mode for the event invite/signup list
function CalendarEventGetInviteSortCriterion() end