![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The ISystemDialogControl interface.
Create a system-dialog object with a variable number of buttons. Buttons are added using the ISystemDialog::AddButton() method.
Murl.ISystemDialog CreateSystemDialog(String title, String message)
title | The title string for the system-dialog object. |
message | The message string for the system-dialog object. |
Destroy a system-dialog object.
Murl.ISystemDialog DestroySystemDialog(Murl.ISystemDialog dialog)
dialog | A reference to the system-dialog object to destroy. After destruction the pointer is set to null. |