Returns the current sort mode for the event invite/signup list


See also Calendar functions.

Signature:

criterion, reverse = CalendarEventGetInviteSortCriterion()

Returns:

  • criterion - Token identifying the attribute used for sorting the list (string)

    • class - Sorted by character class (according to the global table CLASS_SORT_ORDER)
    • name - Sorted by character name
    • status - Sorted by invite status

  • reverse - True if the list is sorted in reverse order; otherwise false (boolean)