MCPcopy Create free account
hub / github.com/ddnet/ddnet / CreateConsole

Function CreateConsole

src/engine/shared/console.cpp:1116–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116std::unique_ptr<IConsole> CreateConsole(int FlagMask) { return std::make_unique<CConsole>(FlagMask); }
1117
1118int CConsole::CResult::GetVictim() const
1119{

Callers 4

mainFunction · 0.85
mainFunction · 0.85
TESTFunction · 0.85
CTestGameWorldMethod · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
CTestGameWorldMethod · 0.68