Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,9 +1,9 @@
---@diagnostic disable: missing-return, lowercase-global
---@param criterion status
---@param class CLASS_SORT_ORDER
---@param name
---@param status
---@param reverse boolean
---@param criterion status
---@param class CLASS_SORT_ORDER
---@param name
---@param status
---@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, class, name, status, reverse) end