Difference between revisions of "Lua:speak"

From Cheat Engine
Jump to navigation Jump to search
(speak functions)
 
Line 25: Line 25:
  
 
===Samples===
 
===Samples===
 
+
ToDo
  
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}

Revision as of 12:57, 19 June 2017

function speak(text, waittilldone OPTIONAL)

function speak(text, flags)

Function Parameters

Parameter Type Description
text String Text that should be spoken.
waittilldone Boolean If true, the next LUA instruction will not execute until the text is spoken.
flags Bit-field https://msdn.microsoft.com/en-us/library/speechplatform_speakflags.aspx

Samples

ToDo

See also

Related Functions