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

Method GetVictim

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

Source from the content-addressed store, hash-verified

1116std::unique_ptr<IConsole> CreateConsole(int FlagMask) { return std::make_unique<CConsole>(FlagMask); }
1117
1118int CConsole::CResult::GetVictim() const
1119{
1120 return m_Victim;
1121}
1122
1123void CConsole::CResult::ResetVictim()
1124{

Callers 10

ConKillPlayerMethod · 0.80
ConForcePauseMethod · 0.80
ConSetDDRTeamMethod · 0.80
ConUninviteMethod · 0.80
ConMuteIdMethod · 0.80
ConUnmuteIdMethod · 0.80
ConVoteMuteIdMethod · 0.80
ConVoteUnmuteIdMethod · 0.80
ConModAlertMethod · 0.80
ExecuteLineStrokedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected