Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Find
Function
Find
engine/Poseidon/Dev/Debug/DebugCommands.cpp:37–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
const Command* Find(std::string_view name)
38
{
39
for (const auto& c : Registry())
40
if (std::string_view(c.name) == name)
41
return &c;
42
return nullptr;
43
}
44
45
const std::vector<Command>& All()
46
{
Callers
15
Find
Method · 0.85
Search
Method · 0.85
Add
Method · 0.85
PrepareMatrices
Method · 0.85
Point
Method · 0.85
Matrix
Method · 0.85
New
Method · 0.85
Load
Method · 0.85
IsLoaded
Method · 0.85
Store
Method · 0.85
ParamArrayValueArray
Class · 0.85
ParamArrayValueSpec
Class · 0.85
Calls
no outgoing calls
Tested by
1
TriAssertCheatAvailable
Function · 0.68