10 lines
300 B
Lua
10 lines
300 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@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
|