Click or drag to resize

CharacterTypeFlyEndSoundBeforeDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void FlyEndSoundBeforeDelegate(
	CharacterType sender,
	Character character,
	ref bool handled
)

Parameters

sender
Type: NeoAxisCharacterType
character
Type: NeoAxisCharacter
handled
Type: SystemBoolean
See Also