| AGIScriptSayAlpha Method (String) |
Says the given character string.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void SayAlpha(
string text
)
Protected Sub SayAlpha (
text As String
)
protected:
void SayAlpha(
String^ text
)
member SayAlpha :
text : string -> unit
Parameters
- text
- Type: SystemString
the text to say.
See Also