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