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

Method GetClientVersion

src/game/server/gamecontext.cpp:5265–5268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5263}
5264
5265int CGameContext::GetClientVersion(int ClientId) const
5266{
5267 return Server()->GetClientVersion(ClientId);
5268}
5269
5270CClientMask CGameContext::ClientsMaskExcludeClientVersionAndHigher(int Version) const
5271{

Callers 8

SnapLaserObjectMethod · 0.45
SnapPickupMethod · 0.45
SendServerAlertMethod · 0.45
SendModeratorAlertMethod · 0.45
SendVoteStatusMethod · 0.45
PreInputClientsMethod · 0.45
UpdatePlayerMapsMethod · 0.45
SendFinishMethod · 0.45

Calls 1

ServerClass · 0.50

Tested by

no test coverage detected