Click or drag to resize

OSAlert Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void Alert(
	string text,
	string title = "Alert!"
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Godot.OS.Alert(System.String,System.String)"]

title (Optional)
Type: SystemString

[Missing <param name="title"/> documentation for "M:Godot.OS.Alert(System.String,System.String)"]

See Also