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

Function CScriptArray_opForValue1

sdk/add_on/scriptarray/scriptarray.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266asUINT CScriptArray_opForValue1(asUINT iter, const CScriptArray*)
267{
268 return iter;
269}
270
271// Registers the template array type
272void RegisterScriptArray(asIScriptEngine *engine, bool defaultArray)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected