Sort descending
| 1447 | |
| 1448 | // Sort descending |
| 1449 | void CScriptArray::SortDesc() |
| 1450 | { |
| 1451 | Sort(0, GetSize(), false); |
| 1452 | } |
| 1453 | |
| 1454 | // Sort descending |
| 1455 | void CScriptArray::SortDesc(asUINT startAt, asUINT count) |
no outgoing calls
no test coverage detected