Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ BeginSendMessage
Method
BeginSendMessage
Source/Engine/Networking/NetworkPeer.cpp:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
NetworkMessage NetworkPeer::BeginSendMessage()
157
{
158
return CreateMessage();
159
}
160
161
void NetworkPeer::AbortSendMessage(const NetworkMessage& message)
162
{
Callers
9
OnNetworkMessageHandshake
Function · 0.80
Send
Method · 0.80
Update
Method · 0.80
SendInParts
Function · 0.80
SendObjectSpawnMessage
Function · 0.80
SendObjectRoleMessage
Function · 0.80
SendDespawn
Function · 0.80
SendReplication
Function · 0.80
SendRpc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected