//=========================================================================== // returns true if in Potentially Hearable Set // // Parameter: - // Returns: - // Changes Globals: - //=========================================================================== qboolean AAS_inPVS( vec3_t p1, vec3_t p2 ) { return botimport.inPVS( p1, p2 ); } //end of the function AAS_InPVS
/* ======================================================================================================================================= AAS_inPVS Returns true if in Potentially Visible Set. ======================================================================================================================================= */ qboolean AAS_inPVS(vec3_t p1, vec3_t p2) { return botimport.inPVS(p1, p2); }