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

Method OnConnected

ogsr_engine/xrGame/HUDManager.cpp:391–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void CHUDManager::OnConnected()
392{
393 if (b_online)
394 return;
395 b_online = true;
396 if (pUI)
397 {
398 Device.seqFrame.Add(pUI, REG_PRIORITY_LOW - 1000);
399 }
400}
401
402void CHUDManager::net_Relcase(CObject* object)
403{

Callers 1

OnScreenRatioChangedMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected