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

Function ScriptArraySortDesc_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2170–2174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2168}
2169
2170static void ScriptArraySortDesc_Generic(asIScriptGeneric *gen)
2171{
2172 CScriptArray *self = (CScriptArray*)gen->GetObject();
2173 self->SortDesc();
2174}
2175
2176static void ScriptArraySortDesc2_Generic(asIScriptGeneric *gen)
2177{

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.80
SortDescMethod · 0.80

Tested by

no test coverage detected