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

Method SendRconType

src/engine/server/server.cpp:1316–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314}
1315
1316void CServer::SendRconType(int ClientId, bool UsernameReq)
1317{
1318 CMsgPacker Msg(NETMSG_RCONTYPE, true);
1319 Msg.AddInt(UsernameReq);
1320 SendMsg(&Msg, MSGFLAG_VITAL, ClientId);
1321}
1322
1323void CServer::SendCapabilities(int ClientId)
1324{

Callers 3

ConAuthAddMethod · 0.80
ConAuthAddHashedMethod · 0.80
ConAuthRemoveMethod · 0.80

Calls 1

AddIntMethod · 0.80

Tested by

no test coverage detected