Constants

sorting.inc

amxmodx 1.8.2 hg65

SortMethod

SortMethod
enum SortMethod
{
	Sort_Ascending = 0,
	Sort_Descending = 1,
};

Custom sorting functions below.