GuiTextInputBox abstract method

(int, String, bool?) GuiTextInputBox(
  1. RectangleStructType bounds,
  2. String? title,
  3. String? message,
  4. String buttons,
  5. String? text,
  6. num textMaxSize,
  7. bool? secretViewActive,
)

Text Input Box control, ask for text, supports secret

Implementation

(int result, String value, bool? secretViewActive) GuiTextInputBox(
  RectangleStructType bounds,
  String? title,
  String? message,
  String buttons,
  String? text,
  num textMaxSize,
  bool? secretViewActive,
);