When executed, this node asks the player to type something. Present the text for example with a 3D Text display or a User Interface.
If you set the type to number, the node will only accept numerical inputs. The output value will also be a number, allowing it to be passed to nodes that require a numerical value.
| Parameter | Description |
|---|---|
| Enabled | Allows the node to be executed. |
| Execute | Executes the node |
| Close keyboard | A signal to this input from an other node closes the keyboard. Can be used for example for dismissing the input field after a certain time |
| Type | Type of input asked from player. Text, Number (decimal) or Whole number |
| Max length | Max length of the input text |
| Output | Sends the text or number that the player has typed |
| On Dismiss | Sends a signal if the player closes the keyboard by tapping outside of it |