MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Trace

Method Trace

code/cgame/FxSystem.cpp:119–123  ·  view source on GitHub ↗

------------------------------------------------------

Source from the content-addressed store, hash-verified

117
118//------------------------------------------------------
119void SFxHelper::Trace( trace_t *tr, vec3_t start, vec3_t min, vec3_t max,
120 vec3_t end, int skipEntNum, int flags )
121{
122 CG_Trace( tr, start, min, max, end, skipEntNum, flags );
123}
124
125void SFxHelper::G2Trace( trace_t *tr, vec3_t start, vec3_t min, vec3_t max,
126 vec3_t end, int skipEntNum, int flags )

Callers 4

UpdateOriginMethod · 0.45
UpdateMethod · 0.45
DrawMethod · 0.45
CreateEffectMethod · 0.45

Calls 1

CG_TraceFunction · 0.70

Tested by

no test coverage detected