MCPcopy 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};
250void DBG_DrawPoint(const Fvector& p, float size, u32 c) { DBG_DrawPHAbstruct(xr_new<SPHDBGDrawPoint>(p, size, c)); }
251
252struct SPHDBGOutText : public SPHDBGDrawAbsract
253{

Callers 14

ObjectContactCallbackMethod · 0.85
PhDataUpdateMethod · 0.85
applyImpulseTraceMethod · 0.85
grenade_hit_callbackFunction · 0.85
ExplosionEffectMethod · 0.85
ExplodeMethod · 0.85
collideMethod · 0.85
GetFootStepMatrixMethod · 0.85
PhTuneMethod · 0.85
SolveMethod · 0.85
blend_collideMethod · 0.85
DBGDrawSetNewGoalMethod · 0.85

Calls 1

DBG_DrawPHAbstructFunction · 0.85

Tested by

no test coverage detected