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

Method GetTeamState

src/game/server/teams.cpp:1369–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367}
1368
1369ETeamState CGameTeams::GetTeamState(int Team) const
1370{
1371 return m_aTeamState[Team];
1372}
1373
1374bool CGameTeams::TeamLocked(int Team) const
1375{

Callers 4

ConTeam0ModeMethod · 0.80
SaveMethod · 0.80
LoadTeamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected