From Bohemia Interactive Community
					 
					
					
					
					
Hover & click on the images for description
 
Description
- Description:
 
- Shows a pop-up message.
In order to skip any optional parameter in between other parameters, send nil as parameter.
 
- Execution:
 
- call
 - Groups:
 
- Eden Editor
 
Syntax
- Syntax:
 
- [text, title, buttonOK, buttonCancel, icon, parentDisplay] call BIS_fnc_3DENShowMessage
 - Parameters:
 
- text: String - text to display. Text is parsed and therefore supports Structured Text tags
 
- title: String - (Optional, default "") title header
 
- buttonOK: String, Boolean or Array - (Optional, default "") can be one of:
 
- buttonCancel: String, Boolean or Array - (Optional, default "") can be one of:
 
- icon: String - (Optional, default "") path to an icon which will be shown on the left side of the message
 
- parentDisplay: Display - (Optional, default findDisplay 313 (Eden Display)) display from which the window is opened
 - Return Value:
 
- Display
 
Examples
- Example 1:
 - Example 2:
 - Example 3:
 
Additional Information
- See also:
 
- BIS_fnc_guiMessage
 
Notes
- 
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here!
Add Note