8 lines
405 B
Lua
8 lines
405 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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, reverse) end
|