MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / Find

Method Find

Sources/Jazz2/Scripting/RegisterArray.cpp:1155–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153 }
1154
1155 int CScriptArray::Find(void* value) const
1156 {
1157 return Find(0, value);
1158 }
1159
1160 int CScriptArray::Find(std::uint32_t startAt, void* value) const
1161 {

Callers

nothing calls this directly

Calls 8

FindFunction · 0.85
GetEngineMethod · 0.80
AbortMethod · 0.80
arraySizeFunction · 0.50
GetUserDataMethod · 0.45
GetNameMethod · 0.45
GetStateMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected