enum SortMethod
{
Sort_Ascending = 0,
Sort_Descending,
Sort_Random,
};enum SortType
{
Sort_Integer = 0,
Sort_Float,
Sort_String,
};This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.