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

Method PopEvent

Source/Engine/Networking/NetworkPeer.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool NetworkPeer::PopEvent(NetworkEvent& eventRef)
133{
134 PROFILE_CPU();
135 return NetworkDriver->PopEvent(eventRef);
136}
137
138NetworkMessage NetworkPeer::CreateMessage()
139{

Callers 1

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected