Sorts a custom 2D array. You must pass in a comparison function.
void SortCustom2D(any[][] array, int array_size, SortFunc2D sortfunc, Handle hndl)
Array to sort.
Size of the major array to sort (first index, outermost).
Sort comparison function to use.
Optional Handle to pass through the comparison calls.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.