FormActMainPlayTtsDelegate Delegate |
A replacable method that will handle Text to Speech
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic delegate void PlayTtsDelegate(
string TtsString
)
Parameters
- TtsString String
- The text that will be converted to speech
See Also