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

Method TeeStarted

src/game/server/teams.cpp:1359–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359bool CGameTeams::TeeStarted(int ClientId) const
1360{
1361 return m_aTeeStarted[ClientId];
1362}
1363
1364bool CGameTeams::TeeFinished(int ClientId) const
1365{

Callers 1

SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected