MCPcopy 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
156NetworkMessage NetworkPeer::BeginSendMessage()
157{
158 return CreateMessage();
159}
160
161void NetworkPeer::AbortSendMessage(const NetworkMessage& message)
162{

Callers 9

SendMethod · 0.80
UpdateMethod · 0.80
SendInPartsFunction · 0.80
SendObjectSpawnMessageFunction · 0.80
SendObjectRoleMessageFunction · 0.80
SendDespawnFunction · 0.80
SendReplicationFunction · 0.80
SendRpcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected