TorqueScript Reference
|
Functions | |
Integer | messageBox (title, message, [buttons]?, [icon]?) |
Integer messageBox | ( | title | , |
message | , | ||
[buttons] ? | , | ||
[icon] ? | |||
) |
Pops up a message box
title | The message box's title to display |
message | The message to display in the box |
buttons | The buttons to include on box (default MBOkCancel) |
icon | The displayed icon (default MIInformation) |