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

Function ScriptArray_opForNext_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2247–2250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2245}
2246
2247static void ScriptArray_opForNext_Generic(asIScriptGeneric* gen)
2248{
2249 *reinterpret_cast<asUINT*>(gen->GetAddressOfReturnLocation()) = CScriptArray_opForNext(gen->GetArgDWord(0), reinterpret_cast<CScriptArray*>(gen->GetObject()));
2250}
2251
2252static void ScriptArray_opForValue1_Generic(asIScriptGeneric* gen)
2253{

Callers

nothing calls this directly

Calls 4

CScriptArray_opForNextFunction · 0.85
GetArgDWordMethod · 0.80
GetObjectMethod · 0.80

Tested by

no test coverage detected