Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ CScriptArray_opForNext
Function
CScriptArray_opForNext
sdk/add_on/scriptarray/scriptarray.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
asUINT CScriptArray_opForNext(asUINT iter, const CScriptArray*)
262
{
263
return iter + 1;
264
}
265
266
asUINT CScriptArray_opForValue1(asUINT iter, const CScriptArray*)
267
{
Callers
1
ScriptArray_opForNext_Generic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected