Tech sheet

bnExhaust

Exhaust and sound effects

Version 08/2026
Compatible ESXQBCoreQbox

Exports

Each installed item calls a client export when used from the inventory. These are the same exports the item system triggers internally. You can call them yourself if you need to build a custom flow.

ItemExport
bnpops_ecuexports['bnPopBang']:useECU()
bnpops_alsexports['bnPopBang']:useALS()
bnpops_downpipeexports['bnPopBang']:useDownpipe()
bnpops_bovexports['bnPopBang']:useBov()
bnpops_catdeleteexports['bnPopBang']:useCatDelete()
bnpops_straightpipeexports['bnPopBang']:useStraightPipe()
bnpops_headersexports['bnPopBang']:useHeaders()
bnpops_wastegateexports['bnPopBang']:useWastegate()
bnpops_intakeexports['bnPopBang']:useIntake()
bnpops_injectorsexports['bnPopBang']:useInjectors()
bnpops_sparkplugsexports['bnPopBang']:useSparkPlugs()
bnpops_flexfuelexports['bnPopBang']:useFlexFuel()
bnpops_turboexports['bnPopBang']:useTurbo()
bnpops_intercoolerexports['bnPopBang']:useIntercooler()
bnpops_sequentialexports['bnPopBang']:useSequential()
bnpops_lsdexports['bnPopBang']:useLSD()
bnpops_lcmoduleexports['bnPopBang']:useLCModule()
bn_diagnostic_tabletexports['bnPopBang']:useDiagnosticTablet()
-- Example: manually open the mechanic diagnostic tablet without going through the inventory.
exports['bnPopBang']:useDiagnosticTablet()