MCPcopy Create free account
hub / github.com/anjo76/angelscript / SortAsc

Method SortAsc

sdk/add_on/scriptarray/scriptarray.cpp:1437–1440  ·  view source on GitHub ↗

Sort ascending

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected