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

Method Dispose

Source/Engine/Networking/Drivers/NetworkLagDriver.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void NetworkLagDriver::Dispose()
58{
59 if (!_driver)
60 return;
61 Engine::Update.Unbind<NetworkLagDriver, &NetworkLagDriver::OnUpdate>(this);
62 _driver->Dispose();
63 _messages.Clear();
64 _events.Clear();
65}
66
67bool NetworkLagDriver::Listen()
68{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected