Sorts a custom 1D array. You must pass in a comparison function.
void SortCustom1D(int[] array, int array_size, SortFunc1D sortfunc, Handle hndl)
Array to sort.
Size of the array to sort.
Sort function.
Optional Handle to pass through the comparison calls.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.