//=========================================================================== // 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
/* ======================================================================================================================================= AAS_PointContents Returns the contents at the given point. ======================================================================================================================================= */ int AAS_PointContents(vec3_t point) { return botimport.PointContents(point); }