Type | Description |
---|---|
SortFunc1D | Sort comparison function for 1D array elements. |
SortFunc2D | Sort comparison function for 2D array elements (sub-arrays). |
SortFuncADTArray | Sort comparison function for ADT Array elements. Function provides you with indexes currently being sorted, use ADT Array functions to retrieve the index values and compare. |
Function | Description |
---|---|
SortADTArray | Sort an ADT Array. Specify the type as Integer, Float, or String. |
SortADTArrayCustom | Custom sorts an ADT Array. You must pass in a comparison function. |
SortCustom1D | Sorts a custom 1D array. You must pass in a comparison function. |
SortCustom2D | Sorts a custom 2D array. You must pass in a comparison function. |
SortFloats | Sorts an array of float point numbers. |
SortIntegers | Sorts an array of integers. |
SortStrings | Sorts an array of strings. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.