Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
void NetworkPeer::Disconnect()
121
{
122
LOG(Info,
"Disconnecting..."
);
123
NetworkDriver->Disconnect();
124
}
125
126
void NetworkPeer::Disconnect(const NetworkConnection& connection)
127
{
Callers
3
TRANS(Disconnect)
Function · 0.45
OnNetworkMessageHandshake
Function · 0.45
StopPeer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected