FormActMainPlayTtsDelegate Delegate |
A replacable method that will handle Text to Speech
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public delegate void PlayTtsDelegate(
string TtsString
)
Parameters
- TtsString
- Type: SystemString
The text that will be converted to speech
See Also