-
-
Notifications
You must be signed in to change notification settings - Fork 5
Confirm
Anthony Headley edited this page Apr 19, 2020
·
2 revisions
Displays the user a OK/Cancel question with header and multiline body text
Name | Description | Optional |
---|---|---|
string:Header | Header text | ✔ |
object:Body | Multiline body text | ✔ |
boolean: OK false: Cancel
local result = Confirm("Do you want to exit?", "Are you sure?")