Exemplo n.º 1
0
//===========================================================================
// traces axial boxes of any size through the world
//
// Parameter:               -
// Returns:                 -
// Changes Globals:     -
//===========================================================================
bsp_trace_t AAS_Trace( vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int passent, int contentmask )
{
	bsp_trace_t bsptrace;

	botimport.Trace( &bsptrace, start, mins, maxs, end, passent, contentmask );
	return bsptrace;
} //end of the function AAS_Trace