Function OSSingleton.alert

Displays a modal dialog box using the host OS' facilities. Execution is blocked until the dialog is closed.

void alert (
  const(String) text,
  const(String) title = GodotStringLiteral().str()
) nothrow @nogc;