GetTypingString
This function was added in DSL 1
Description
Returns the string being typed (see StartTyping
).
warning
Do not call this function if you have not started typing.
function GetTypingString() --[[ ... ]] end
Parameters
None.
Return Values
text
:string
- The string being typed.
Example
local text = GetTypingString()
print(text)