Exemplo n.º 1
0
//===========================================================================
// returns the contents at the given point
//
// Parameter:				-
// Returns:					-
// Changes Globals:		-
//===========================================================================
int AAS_PointContents( vec3_t point ) {
	return botimport.PointContents( point );
} //end of the function AAS_PointContents
Exemplo n.º 2
0
/*
=======================================================================================================================================
AAS_PointContents

Returns the contents at the given point.
=======================================================================================================================================
*/
int AAS_PointContents(vec3_t point) {
	return botimport.PointContents(point);
}