Click or drag to resize

VehicleSoundPlayBeforeDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void SoundPlayBeforeDelegate(
	Vehicle sender,
	ref Sound sound,
	ref bool handled
)

Parameters

sender
Type: NeoAxisVehicle
sound
Type: NeoAxisSound
handled
Type: SystemBoolean
See Also