returns interface to sound geometry manipulation if available.
| 563 | |
| 564 | // returns interface to sound geometry manipulation if available. |
| 565 | virtual llsGeometry *GetGeometryInterface() { return m_geometry; }; |
| 566 | ///////////////////////////////////////////////////////////////////////////////// |
| 567 | // set auxillary 3d sound properties |
| 568 | virtual bool SoundPropertySupport() const { return false; }; |
no outgoing calls
no test coverage detected