BIS fnc 3DENShowMessage: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )P([a-z])" to "$1p$3") |
Lou Montana (talk | contribs) m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )T([a-z])" to "$1t$3") |
||
Line 18: | Line 18: | ||
|p1= text: [[String]] - Text to display | |p1= text: [[String]] - Text to display | ||
|p2= title: [[String]] - (Optional, default "") | |p2= title: [[String]] - (Optional, default "") title header | ||
|p3= buttonOK: [[String]], [[Boolean]] or [[Array]] - (Optional, default "") can be one of: | |p3= buttonOK: [[String]], [[Boolean]] or [[Array]] - (Optional, default "") can be one of: |
Revision as of 12:32, 8 November 2023
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