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

Method CreateUI

ogsr_engine/xrGame/EliteDetector.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10CEliteDetector::CEliteDetector() { m_artefacts.m_af_rank = 3; }
11
12void CEliteDetector::CreateUI()
13{
14 R_ASSERT(!m_ui);
15 m_ui = xr_new<CUIArtefactDetectorElite>();
16 ui().construct(this);
17}
18
19CUIArtefactDetectorElite& CEliteDetector::ui() { return *((CUIArtefactDetectorElite*)m_ui); }
20void CEliteDetector::UpdateAf()

Callers

nothing calls this directly

Calls 1

constructMethod · 0.45

Tested by

no test coverage detected