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

Function CG_PointContents

code/cgame/cg_predict.cpp:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199#if USE_SV_PNT_CONTENTS
200int CG_PointContents( const vec3_t point, int passEntityNum ) {
201 return gi.pointcontents(point,passEntityNum );
202}
203#else
204int CG_PointContents( const vec3_t point, int passEntityNum ) {
205 int i;

Callers 4

UpdateOriginMethod · 0.70
DrawMethod · 0.70
CG_CalcFOVFromXFunction · 0.70
CG_DrawActiveFrameFunction · 0.70

Calls 3

cgi_CM_PointContentsFunction · 0.70
cgi_CM_InlineModelFunction · 0.70

Tested by

no test coverage detected