Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
void CGameFont::OutSet(float x, float y)
236
{
237
fCurrentX = x;
238
fCurrentY = y;
239
}
240
241
void CGameFont::OutSetI(float x, float y) { OutSet(DI2PX(x), DI2PY(y)); }
242
Callers
13
operator()
Method · 0.80
operator()
Method · 0.80
OnHUDDraw
Method · 0.80
OnHUDDraw
Method · 0.80
DbgUbdateCl
Method · 0.80
OnRender
Method · 0.80
PH_DBG_Render
Function · 0.80
OnRender
Method · 0.80
OnRenderStaticItems
Method · 0.80
OnRender
Method · 0.80
OnHUDDraw
Method · 0.80
dbg_draw_vision
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected