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

Method UpdateArtefactPanel

ogsr_engine/xrGame/Actor.cpp:1374–1378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372}
1373
1374void CActor::UpdateArtefactPanel()
1375{
1376 if (auto* art_pan = HUD().GetUI()->UIMainIngameWnd->m_artefactPanel)
1377 art_pan->InitIcons(inventory().m_belt);
1378}
1379
1380void CActor::ApplyArtefactEffects(ActorRestoreParams& r, CArtefact* artefact)
1381{

Callers 2

OnScreenRatioChangedMethod · 0.80
RestoreBeltOrderMethod · 0.80

Calls 2

GetUIMethod · 0.80
InitIconsMethod · 0.80

Tested by

no test coverage detected