MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / Find

Method Find

src/server/angelscript/add_on/scriptarray/scriptarray.cpp:1227–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225}
1226
1227int CScriptArray::Find(void *value) const
1228{
1229 return Find(0, value);
1230}
1231
1232int CScriptArray::Find(asUINT startAt, void *value) const
1233{

Callers 2

ScriptArrayFind_GenericFunction · 0.80
ScriptArrayFind2_GenericFunction · 0.80

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