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

Function SavedServerInfoType

src/engine/client/client.cpp:1297–1303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1295}
1296
1297static int SavedServerInfoType(int Type)
1298{
1299 if(Type == SERVERINFO_EXTENDED_MORE)
1300 return SERVERINFO_EXTENDED;
1301
1302 return Type;
1303}
1304
1305void CClient::ProcessServerInfo(int RawType, NETADDR *pFrom, const void *pData, int DataSize)
1306{

Callers 1

ProcessServerInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected