struct SVehicleSoundInfo { string name; IVehicleHelper* pHelper; TAudioControlID soundId; bool isEngineSound; };
IVehicleSystem.h
Sound event info
bool isEngineSound;
string name;
event name
IVehicleHelper* pHelper;
TAudioControlID soundId;
SVehicleSoundInfo();