FormActMainPlaySoundDelegate Delegate |
A replacable method that will handle sound output
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic 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