std.requesters.Confirm - nitrologic/monkey2 GitHub Wiki

std::std.requesters.Confirm

Function Confirm:monkey:monkey.types.Bool( title:monkey:monkey.types.String,text:monkey:monkey.types.String,serious:monkey:monkey.types.Bool=false )

Activates a modal Yes/No dialog.

Confirm activates a simple modal dialog requesting the user to select between Yes and No options. If the user selects Yes, then Confirm returns true. Otherwise, false is returned.