Material Box

Material Box

WEB Design & Material Images

Godot - Display Alert

Godot

GDScript code example to display an alert.


OS.alert() displays OS modal dialog box.
Game is paused until dialog is closed.
Can specify message (required) in first argument, alert title (optional) in second argument.

OS.alert("Message", "Title")

Godot

TitleGodot - Display Alert

CategoryGodot

Created

Update

AuthorYousuke.U