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

Method SendMsgActive

src/engine/client/client.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int CClient::SendMsgActive(CMsgPacker *pMsg, int Flags)
206{
207 return SendMsg(g_Config.m_ClDummy, pMsg, Flags);
208}
209
210void CClient::SendInfo(int Conn)
211{

Callers 2

OnNewSnapshotMethod · 0.80
UpdateLocalTuningMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected