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

Function ScriptArray_opForBegin_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2237–2240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2235}
2236
2237static void ScriptArray_opForBegin_Generic(asIScriptGeneric* gen)
2238{
2239 *reinterpret_cast<asUINT*>(gen->GetAddressOfReturnLocation()) = CScriptArray_opForBegin(reinterpret_cast<CScriptArray*>(gen->GetObject()));
2240}
2241
2242static void ScriptArray_opForEnd_Generic(asIScriptGeneric* gen)
2243{

Callers

nothing calls this directly

Calls 3

CScriptArray_opForBeginFunction · 0.85
GetObjectMethod · 0.80

Tested by

no test coverage detected