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

Method Update

ogsr_engine/xrGame/ui/UIMapWnd.cpp:580–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580void CUIMapWnd::Update()
581{
582 if (m_GlobalMap)
583 m_GlobalMap->SetClipRect(ActiveMapRect());
584 inherited::Update();
585 m_ActionPlanner->update();
586}
587
588void CUIMapWnd::SetZoom(float value)
589{

Callers

nothing calls this directly

Calls 3

UpdateFunction · 0.85
SetClipRectMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected