Click or drag to resize

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.7.0.280
Syntax
C#
public delegate void PlayTtsDelegate(
	string TtsString
)

Parameters

TtsString
Type: SystemString
The text that will be converted to speech
See Also