MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Connect

Method Connect

Source/Engine/Networking/NetworkPeer.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool NetworkPeer::Connect()
115{
116 LOG(Info, "Connecting to {0}:{1}...", Config.Address, Config.Port);
117 return NetworkDriver->Connect();
118}
119
120void NetworkPeer::Disconnect()
121{

Callers 1

StartClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected