Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1133
void CConsole::CResult::SetVictim(int Victim)
1134
{
1135
m_Victim = std::clamp<int>(Victim, VICTIM_NONE, MAX_CLIENTS - 1);
1136
}
1137
1138
void CConsole::CResult::SetVictim(const char *pVictim)
1139
{
Callers
2
ParseArgs
Method · 0.80
ExecuteLineStroked
Method · 0.80
Calls
2
str_comp
Function · 0.85
str_toint
Function · 0.85
Tested by
no test coverage detected