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

Method Load

ogsr_engine/xrGame/HUDManager.cpp:201–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199//--------------------------------------------------------------------
200
201void CHUDManager::Load()
202{
203 if (pUI)
204 {
205 pUI->Load(pUI->UIGame());
206 return;
207 }
208 pUI = xr_new<CUI>(this);
209 pUI->Load(NULL);
210 OnDisconnected();
211}
212//--------------------------------------------------------------------
213void CHUDManager::OnFrame()
214{

Callers 1

OnScreenRatioChangedMethod · 0.45

Calls 1

UIGameMethod · 0.80

Tested by

no test coverage detected