BIS fnc 3DENNotification: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects( \("local" or "gl...) |
Lou Montana (talk | contribs) m (Text replacement - "since= Arma3" to "since= arma3") |
||
(29 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| | |game1= arma3 | ||
|version1= 1.58 | |||
|1.58 | |||
|eff= Local | |eff= Local | ||
|gr1 = Eden Editor | |gr1= Eden Editor | ||
| | |descr= Shows notification banner with given text, animated or not, at the top of the screen in the [[:Category:Eden Editor|Eden Editor]].<br/> | ||
Since {{GVI|arma3|2.10}} this function will no longer throw an error outside of [[:Category:Eden Editor|Eden Editor]]. Because {{hl|Display3DEN}} (<sqf inline>findDisplay 313</sqf>) is not available, it will only play the sound according to the message type. | |||
The sound is played through the UI channel with [[playSoundUI]]. | |||
| [text, type, duration, animate] | |s1= [text, type, duration, animate] call [[BIS_fnc_3DENNotification]] | ||
|p1= text: [[String]] - | |p1= text: [[String]] or [[Structured Text]] - either text or class from <sqf inline>"Cfg3DEN" >> "Notifications"</sqf> | ||
|p2= type: [[Number]] - (Optional, default 0) 0: Notification (Green | |p2= type: [[Number]] - (Optional, default 0) 0: Notification (Green) 1: Warning (Red) | ||
|p3= duration: [[Number]] - (Optional, default 2) duration in seconds (+ 1 sec for each new line) | |p3= duration: [[Number]] - (Optional, default 2) duration in seconds (+ 1 sec for each new line) | ||
|p4= animate: [[Boolean]] - (Optional, default true) | |p4= animate: [[Boolean]] - (Optional, default [[true]]) toggle animation | ||
| [Number] - | |p5= volume: [[Number]] - (Optional, default 1) volume adjustment | ||
|p5since= arma3 2.10 | |||
| | |r1= [[Number]] - selected Mode | ||
| | |x1= <sqf>["This is an animated notification", 0] call BIS_fnc_3DENNotification;</sqf> | ||
| [ | |x2= <sqf>["This is a warning that is not animated", 1, 2, false] call BIS_fnc_3DENNotification;</sqf> | ||
|x3= <sqf>["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;</sqf> | |||
|seealso= [[:Category:Eden Editor|Eden Editor]] [[BIS_fnc_3DENShowMessage]] | |||
}} | |||
[[Category: |
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