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.8.3.286
Syntax
C#
public delegate void PlaySoundDelegate(
	string WavFilePath,
	int VolumePercent
)

Parameters

WavFilePath  String
The file path to the sound to play
VolumePercent  Int32
0-100 volume
See Also