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

Method Disconnect

Source/Engine/Networking/NetworkPeer.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void NetworkPeer::Disconnect()
121{
122 LOG(Info, "Disconnecting...");
123 NetworkDriver->Disconnect();
124}
125
126void NetworkPeer::Disconnect(const NetworkConnection& connection)
127{

Callers 3

TRANS(Disconnect)Function · 0.45
StopPeerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected