MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Send

Method Send

src/network/network_query.cpp:72–75  ·  view source on GitHub ↗

Send the packets of this socket handler. */

Source from the content-addressed store, hash-verified

70
71/** Send the packets of this socket handler. */
72void QueryNetworkGameSocketHandler::Send()
73{
74 this->SendPackets();
75}
76
77/**
78 * Query the server for server information.

Callers 1

SendReceiveMethod · 0.45

Calls 1

SendPacketsMethod · 0.80

Tested by

no test coverage detected