GuiDropdownBox abstract method

(int, int) GuiDropdownBox(
  1. RectangleStructType bounds,
  2. String? text,
  3. num active,
  4. bool editMode,
)

Implementation

(int result, int active) GuiDropdownBox(
  RectangleStructType bounds,
  String? text,
  num active,
  bool editMode,
);