//Changes made specifically to support the Portal mod (smack Dave Kircher if something breaks) (Added separately to both client and server to not mess with versioning)
virtualvoidGetAllStaticProps(CUtlVector<ICollideable*>*pOutput)=0;//testing function that will eventually be removed
virtualvoidGetAllStaticPropsInAABB(constVector&vMins,constVector&vMaxs,CUtlVector<ICollideable*>*pOutput)=0;//get all static props that exist wholly or partially in an AABB
virtualvoidGetAllStaticPropsInOBB(constVector&ptOrigin,constVector&vExtent1,constVector&vExtent2,constVector&vExtent3,CUtlVector<ICollideable*>*pOutput)=0;//get all static props that exist wholly or partially in an OBB
//Changes made specifically to support the Portal mod (smack Dave Kircher if something breaks) (Added separately to both client and server to not mess with versioning)
virtualvoidGetAllStaticProps(CUtlVector<ICollideable*>*pOutput)=0;//testing function that will eventually be removed
virtualvoidGetAllStaticPropsInAABB(constVector&vMins,constVector&vMaxs,CUtlVector<ICollideable*>*pOutput)=0;//get all static props that exist wholly or partially in an AABB
virtualvoidGetAllStaticPropsInOBB(constVector&ptOrigin,constVector&vExtent1,constVector&vExtent2,constVector&vExtent3,CUtlVector<ICollideable*>*pOutput)=0;//get all static props that exist wholly or partially in an OBB