BIS fnc 3DENNotification: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2") |
Lou Montana (talk | contribs) m (Text replacement - "since= Arma3" to "since= arma3") |
||
Line 23: | Line 23: | ||
|p5= volume: [[Number]] - (Optional, default 1) volume adjustment | |p5= volume: [[Number]] - (Optional, default 1) volume adjustment | ||
|p5since= | |p5since= arma3 2.10 | ||
|r1= [[Number]] - selected Mode | |r1= [[Number]] - selected Mode |
Latest revision as of 16:26, 9 February 2024
Description
- Description:
- Shows notification banner with given text, animated or not, at the top of the screen in the Eden Editor.
Since 2.10 this function will no longer throw an error outside of Eden Editor. Because Display3DEN (findDisplay 313) is not available, it will only play the sound according to the message type. The sound is played through the UI channel with playSoundUI. - Execution:
- call
- Groups:
- Eden Editor
Syntax
- Syntax:
- [text, type, duration, animate] call BIS_fnc_3DENNotification
- Parameters:
- text: String or Structured Text - either text or class from "Cfg3DEN" >> "Notifications"
- type: Number - (Optional, default 0) 0: Notification (Green) 1: Warning (Red)
- duration: Number - (Optional, default 2) duration in seconds (+ 1 sec for each new line)
- animate: Boolean - (Optional, default true) toggle animation
- since 2.10
- volume: Number - (Optional, default 1) volume adjustment
- Return Value:
- Number - selected Mode
Examples
- Example 1:
- Example 2:
- Example 3:
- ["For more information visit <t colorLink='#E69710'><a href='https://community.bistudio.com/wiki/BIS_fnc_3DENNotification'>Community Wiki</a></t>"] call BIS_fnc_3DENNotification;
Additional Information
- See also:
- Eden Editor BIS_fnc_3DENShowMessage
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