Sort ascending
| 1435 | |
| 1436 | // Sort ascending |
| 1437 | void CScriptArray::SortAsc() |
| 1438 | { |
| 1439 | Sort(0, GetSize(), true); |
| 1440 | } |
| 1441 | |
| 1442 | // Sort ascending |
| 1443 | void CScriptArray::SortAsc(asUINT startAt, asUINT count) |
no outgoing calls
no test coverage detected