MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / OnDisconnected

Method OnDisconnected

ogsr_engine/xrGame/HUDManager.cpp:383–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void CHUDManager::OnDisconnected()
384{
385 //. if(!b_online) return;
386 b_online = false;
387 if (pUI)
388 Device.seqFrame.Remove(pUI);
389}
390
391void CHUDManager::OnConnected()
392{

Callers 1

DisconnectMethod · 0.80

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected