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

Method SetVictim

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

Source from the content-addressed store, hash-verified

1131}
1132
1133void CConsole::CResult::SetVictim(int Victim)
1134{
1135 m_Victim = std::clamp<int>(Victim, VICTIM_NONE, MAX_CLIENTS - 1);
1136}
1137
1138void CConsole::CResult::SetVictim(const char *pVictim)
1139{

Callers 2

ParseArgsMethod · 0.80
ExecuteLineStrokedMethod · 0.80

Calls 2

str_compFunction · 0.85
str_tointFunction · 0.85

Tested by

no test coverage detected