Table of Contents

MessageBoxOKCancel

There is no doc-string available for this function.

Syntax

script MessageBoxOKCancel(string %title, string %message, string %callback, string %cancelCallback);

Parameters

string %title
No description available.

string %message
No description available.

string %callback
No description available.

string %cancelCallback
No description available.

Return value

script
No description available.

Remarks

Examples

Source

base/client/scripts/allClientScripts.cs:22020

See also

References

glassMessageBoxOkCancel: Add-Ons/System_BlocklandGlass/client/gui/messageboxes.cs:54
glassMessageBoxOkCancel: Add-Ons/System_BlocklandGlass/client/gui/messageboxes.cs:66
clientCmdMessageBoxOKCancel: base/client/scripts/allClientScripts.cs:22042