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

Method OutSet

ogsr_engine/xr_3da/GameFont.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void CGameFont::OutSet(float x, float y)
236{
237 fCurrentX = x;
238 fCurrentY = y;
239}
240
241void CGameFont::OutSetI(float x, float y) { OutSet(DI2PX(x), DI2PY(y)); }
242

Callers 13

operator()Method · 0.80
operator()Method · 0.80
OnHUDDrawMethod · 0.80
OnHUDDrawMethod · 0.80
DbgUbdateClMethod · 0.80
OnRenderMethod · 0.80
PH_DBG_RenderFunction · 0.80
OnRenderMethod · 0.80
OnRenderStaticItemsMethod · 0.80
OnRenderMethod · 0.80
OnHUDDrawMethod · 0.80
dbg_draw_visionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected