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.2.285
Syntax 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