createMessageBox (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.19
Description
- Description:
- Creates a yes/no message box as a child of the given display.
Syntax
- Syntax:
- createMessageBox [parent, message]
- Parameters:
- parent: Control -
- message: String -
- Return Value:
- Display
Examples
- Example 1:
_confirmCtrl = createMessageBox [_dialog,"Are you sure?"];
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- warningMessage

