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

Parameters

TtsString  String
The text that will be converted to speech
See Also