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

Function ScriptArrayReverse_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2150–2154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2148}
2149
2150static void ScriptArrayReverse_Generic(asIScriptGeneric *gen)
2151{
2152 CScriptArray *self = (CScriptArray*)gen->GetObject();
2153 self->Reverse();
2154}
2155
2156static void ScriptArrayIsEmpty_Generic(asIScriptGeneric *gen)
2157{

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.80
ReverseMethod · 0.80

Tested by

no test coverage detected