Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1369
ETeamState CGameTeams::GetTeamState(int Team) const
1370
{
1371
return m_aTeamState[Team];
1372
}
1373
1374
bool CGameTeams::TeamLocked(int Team) const
1375
{
Callers
4
ConTeam0Mode
Method · 0.80
Save
Method · 0.80
LoadTeam
Method · 0.80
SendDeathMessageIfNotInLockedTeam
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected