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

Method Find

sdk/add_on/scriptarray/scriptarray.cpp:1292–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290}
1291
1292int CScriptArray::Find(const void *value) const
1293{
1294 return Find(0, value);
1295}
1296
1297int CScriptArray::Find(asUINT startAt, const void *value) const
1298{

Callers 2

ScriptArrayFind_GenericFunction · 0.45
ScriptArrayFind2_GenericFunction · 0.45

Calls 11

GetTypeInfoByIdMethod · 0.80
SetExceptionMethod · 0.80
PushStateMethod · 0.80
CreateContextMethod · 0.80
GetStateMethod · 0.80
PopStateMethod · 0.80
AbortMethod · 0.80
GetUserDataMethod · 0.45
GetEngineMethod · 0.45
GetNameMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected