11 lines
309 B
Lua
11 lines
309 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return status criterion
|
|
---@return CLASS_SORT_ORDER class
|
|
---@return name
|
|
---@return status
|
|
---@return boolean reverse
|
|
---Returns the current sort mode for the event invite/signup list
|
|
function CalendarEventGetInviteSortCriterion() end
|