Category: Input
SetTextInput(value As String)
Void
Replaces the runtime-managed text input buffer with the supplied string value.
The stored value is limited to 2048 characters. Longer values are truncated.
SetTextInput("Player1")
StartTextInput()