MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Send

Method Send

extensions/olcPGEX_Network.h:773–777  ·  view source on GitHub ↗

Send message to server

Source from the content-addressed store, hash-verified

771 public:
772 // Send message to server
773 void Send(const message<T>& msg)
774 {
775 if (IsConnected())
776 m_connection->Send(msg);
777 }
778
779 // Retrieve queue of messages from server
780 tsqueue<owned_message<T>>& Incoming()

Callers

nothing calls this directly

Calls 1

SendMethod · 0.45

Tested by

no test coverage detected