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

Method SetSaving

src/game/server/teams.cpp:1411–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1409}
1410
1411void CGameTeams::SetSaving(int TeamId, std::shared_ptr<CScoreSaveResult> &SaveResult)
1412{
1413 m_apSaveTeamResult[TeamId] = SaveResult;
1414}
1415
1416bool CGameTeams::GetSaving(int TeamId) const
1417{

Callers 2

SaveTeamMethod · 0.80
LoadTeamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected