Sort descending
| 1404 | |
| 1405 | // Sort descending |
| 1406 | void CScriptArray::SortDesc() |
| 1407 | { |
| 1408 | Sort(0, GetSize(), false); |
| 1409 | } |
| 1410 | |
| 1411 | // Sort descending |
| 1412 | void CScriptArray::SortDesc(asUINT startAt, asUINT count) |
no outgoing calls
no test coverage detected