MCPcopy 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
37const 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
45const std::vector<Command>& All()
46{

Callers 15

FindMethod · 0.85
SearchMethod · 0.85
AddMethod · 0.85
PrepareMatricesMethod · 0.85
PointMethod · 0.85
MatrixMethod · 0.85
NewMethod · 0.85
LoadMethod · 0.85
IsLoadedMethod · 0.85
StoreMethod · 0.85
ParamArrayValueSpecClass · 0.85

Calls

no outgoing calls

Tested by 1

TriAssertCheatAvailableFunction · 0.68