Click or drag to resize

FormActMainPlaySoundDelegate Delegate

A replacable method that will handle sound output

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public delegate void PlaySoundDelegate(
	string WavFilePath,
	int VolumePercent
)

Parameters

WavFilePath
Type: SystemString
The file path to the sound to play
VolumePercent
Type: SystemInt32
0-100 volume
See Also