Refactor calendar event functions to enhance parameter aliasing and improve documentation clarity

This commit is contained in:
2025-05-18 01:07:24 +02:00
parent 11f27b18de
commit ff89e99749
10 changed files with 88 additions and 151 deletions

View File

@@ -1,10 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param criterion status
---@param class CLASS_SORT_ORDER
---@param name
---@param status
---@param criterion criterion
---@param reverse boolean
---Sorts the event invite/signup list. Does not cause the list to automatically remain sorted; e.g. if sorted by status and a character's status is changed, the list will not be resorted until this function is called again.
function CalendarEventSortInvites(criterion, class, name, status, reverse) end
function CalendarEventSortInvites(criterion, reverse) end