Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Find
Function · 0.85
GetEngine
Method · 0.80
Abort
Method · 0.80
arraySize
Function · 0.50
GetUserData
Method · 0.45
GetName
Method · 0.45
GetState
Method · 0.45
Release
Method · 0.45
Tested by
no test coverage detected