BIS_fnc_3DENShowMessage
Jump to navigation
Jump to search
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
- 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