Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ DBG_DrawPoint
Function
DBG_DrawPoint
ogsr_engine/xrGame/PHDebug.cpp:250–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
};
250
void DBG_DrawPoint(const Fvector& p, float size, u32 c) { DBG_DrawPHAbstruct(xr_new<SPHDBGDrawPoint>(p, size, c)); }
251
252
struct SPHDBGOutText : public SPHDBGDrawAbsract
253
{
Callers
14
ObjectContactCallback
Method · 0.85
PhDataUpdate
Method · 0.85
applyImpulseTrace
Method · 0.85
grenade_hit_callback
Function · 0.85
ExplosionEffect
Method · 0.85
Explode
Method · 0.85
collide
Method · 0.85
GetFootStepMatrix
Method · 0.85
PhTune
Method · 0.85
Solve
Method · 0.85
blend_collide
Method · 0.85
DBGDrawSetNewGoal
Method · 0.85
Calls
1
DBG_DrawPHAbstruct
Function · 0.85
Tested by
no test coverage detected