GuiMessageBox abstract method

int GuiMessageBox(
  1. RectangleStructType bounds,
  2. String? title,
  3. String message,
  4. String buttons,
)

Implementation

int GuiMessageBox(
  RectangleStructType bounds,
  String? title,
  String message,
  String buttons,
);