Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Find
Method
Find
engine/Poseidon/UI/Map/UIMapExtDisplay.cpp:902–908 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
900
{
901
public:
902
void Load(const ParamEntry& cfg, RString name);
903
const EditorParam* Find(RString name) const
904
{
905
for (int i = 0; i < Size(); i++)
906
if (Get(i).name == name)
907
return &Get(i);
908
return nullptr;
909
}
910
};
911
Callers
1
ExtractValue
Function · 0.45
Calls
1
Get
Function · 0.50
Tested by
no test coverage detected