Resource:TextSpeech: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Resource page}} __NOTOC__ TextSpeech gives you the ability to get spoken text by Google's TextToSpeech. ==Events== '''Note:''' You may have to add the events in your script us...") |
No edit summary |
||
Line 33: | Line 33: | ||
|} | |} | ||
==Exported Server | ==Exported functions== | ||
===Server=== | |||
{| class="wikitable" border="0" | {| class="wikitable" border="0" | ||
Line 43: | Line 45: | ||
|} | |} | ||
== | ===Client=== | ||
{| class="wikitable" border="0" | {| class="wikitable" border="0" |
Revision as of 03:08, 15 October 2011
TextSpeech gives you the ability to get spoken text by Google's TextToSpeech.
Events
Note: You may have to add the events in your script using addEvent() if you want to use them.
Server
Name | Source | Parameters |
onSpeech | triggerFor | string text, string language |
Client
onClientSpeech | root | string text, string language |
Exported functions
Server
int |
speak | string text, string language, element triggerFor |
Client
int |
speak | string text, string language |