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

Function ScriptArray_opForEnd_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2242–2245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2240}
2241
2242static void ScriptArray_opForEnd_Generic(asIScriptGeneric* gen)
2243{
2244 *reinterpret_cast<bool*>(gen->GetAddressOfReturnLocation()) = CScriptArray_opForEnd(gen->GetArgDWord(0), reinterpret_cast<CScriptArray*>(gen->GetObject()));
2245}
2246
2247static void ScriptArray_opForNext_Generic(asIScriptGeneric* gen)
2248{

Callers

nothing calls this directly

Calls 4

CScriptArray_opForEndFunction · 0.85
GetArgDWordMethod · 0.80
GetObjectMethod · 0.80

Tested by

no test coverage detected