GuiIconText abstract method

String GuiIconText(
  1. GuiIconName iconId,
  2. String? text
)

Get text with icon id prepended (if supported)

Implementation

String GuiIconText(
  GuiIconName iconId,
  String? text,
);