Description:
Easy to use string getter.
Parameters:
- prompt
- Type: string
- command prompt.
- acceptNothing
- Type: bool
- if true, the user can press enter.
- outputString
- Type: string
- default string set to this value and string value returned here.
Returns:
Type: Result
Commands.Result.Success - got string Commands.Result.Nothing - user pressed enter Commands.Result.Cancel - user cancel string getting.
Remarks:
If you need options or more advanced user interface, then use GetString class.
Available since:
5.0