Click or drag to resize

Weapon2DSoundPlayBeforeDelegate 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(
	Weapon2D sender,
	ref Sound sound,
	ref bool handled
)

Parameters

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