MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / operator()

Method operator()

ogsr_engine/xrGame/level_debug.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 void operator()(const CLevelDebug::SInfoItem& s)
191 {
192 HUD().Font().pFontMedium->SetAligment(CGameFont::alLeft);
193 HUD().Font().pFontMedium->SetColor(s.color);
194 HUD().Font().pFontMedium->OutSet(x, y -= delta_height);
195 HUD().Font().pFontMedium->OutNext(*(s.text));
196 }
197};
198
199void CLevelDebug::CObjectInfo::draw_info(float x, float& y)

Callers

nothing calls this directly

Calls 4

FontMethod · 0.80
OutSetMethod · 0.80
OutNextMethod · 0.80
SetColorMethod · 0.45

Tested by

no test coverage detected