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

Function DBG_DrawLine

ogsr_engine/xrGame/PHDebug.cpp:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123};
124
125void DBG_DrawLine(const Fvector& p0, const Fvector& p1, u32 c) { DBG_DrawPHAbstruct(xr_new<SPHDBGDrawLine>(p0, p1, c)); }
126void DBG_DrawMatrix(const Fmatrix& m, float size, u8 a /* = 255*/)
127{
128 Fvector to;

Callers 14

HitMethod · 0.85
dbg_drawMethod · 0.85
CalculateMethod · 0.85
CollideMethod · 0.85
applyImpulseTraceMethod · 0.85
PlayHitMotionMethod · 0.85
ExplosionEffectMethod · 0.85
PickFunction · 0.85
LaunchGrenadeMethod · 0.85
make_shiftMethod · 0.85
PhTuneMethod · 0.85
DBGDrawSetNewGoalMethod · 0.85

Calls 1

DBG_DrawPHAbstructFunction · 0.85

Tested by

no test coverage detected