struct IVehicleSoundsRegistry { };
IVehicleSystem.h
virtual ~IVehicleSoundsRegistry();
Get the FMOD index/value that is relevant for this material-effects name
virtual float GetFMODValue(const char* name) = 0;
virtual void Init(const char* filename) = 0;