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

Method GetStats

Source/Engine/Networking/Drivers/ENetDriver.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242NetworkDriverStats ENetDriver::GetStats()
243{
244 return GetStats({ 0 });
245}
246
247NetworkDriverStats ENetDriver::GetStats(NetworkConnection target)
248{

Callers 1

OnUpdateMethod · 0.45

Calls 1

TryGetMethod · 0.45

Tested by

no test coverage detected