SortMethod
SortMethodContains sorting orders.
enum SortMethod
{
Sort_Ascending = 0,
Sort_Descending,
Sort_Random,
};
Constants
Contains sorting orders.
enum SortMethod
{
Sort_Ascending = 0,
Sort_Descending,
Sort_Random,
};
Data types for ADT Array Sorts
enum SortType
{
Sort_Integer = 0,
Sort_Float,
Sort_String,
};