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

Method EndSendMessage

Source/Engine/Networking/NetworkPeer.cpp:167–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool NetworkPeer::EndSendMessage(const NetworkChannelType channelType, const NetworkMessage& message)
168{
169 ASSERT(message.IsValid());
170
171 NetworkDriver->SendMessage(channelType, message);
172
173 RecycleMessage(message);
174 return false;
175}
176
177bool NetworkPeer::EndSendMessage(const NetworkChannelType channelType, const NetworkMessage& message, const NetworkConnection& target)
178{

Callers 7

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

Calls 2

IsValidMethod · 0.45
SendMessageMethod · 0.45

Tested by

no test coverage detected