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

Method Clear

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

Source from the content-addressed store, hash-verified

185}
186
187void CUIArtefactDetectorElite::Clear() { m_items_to_draw.clear(); }
188void CUIArtefactDetectorElite::RegisterItemToDraw(const Fvector& p, const shared_str& palette_idx)
189{
190 auto it = m_palette.find(palette_idx);

Callers 3

UpdateAfMethod · 0.45
DrawMethod · 0.45
UpfateWorkMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected