fadeEnvironment: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command | arma3dev |eff= local |2.03 |gr1= Sounds | Causes a smooth change in the master volume of the environment. The change duration is given by time, the tar...")
 
m (Some wiki formatting)
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3dev
|game1= arma3
|version1= 2.04
 
|eff= local
|eff= local
|2.03


|gr1= Sounds
|gr1= Sounds


| Causes a smooth change in the master volume of the environment. The change duration is given by time, the target volume by volume. The default volume is 1.0.
|descr= Changes the master environment volume smoothly within the given time and is different from [[enableEnvironment]] global mute option. The default volume is 1.<br>
Influenced sounds, among others, are:
{{Columns|2|
* forest sounds (birds, crickets, ...)
* waves
* wind
* rain
* object sounds (air conditioners, ...)
* {{GVI|arma3|2.06|size= 0.75}} thunder
}}


| time '''fadeEnvironment''' volume
|s1= time [[fadeEnvironment]] volume


|p1= time: [[Number]] - fade interval in seconds
|p1= time: [[Number]] - fade interval in seconds


|p2= volume: [[Number]] - speech volume range 0 to 1. Maximum volume is 1. Default is 1.
|p2= volume: [[Number]] - speech volume in range 0..1


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>5 [[fadeEnvironment]] 0.1;</code>
|x1= <sqf>5 fadeEnvironment 0.1;</sqf>


| [[environmentVolume]], [[fadeSpeech]], [[fadeRadio]], [[fadeSound]], [[fadeMusic]], [[soundVolume]], [[musicVolume]], [[radioVolume]], [[speechVolume]], [[enableEnvironment]], [[environmentEnabled]]
|seealso= [[environmentVolume]] [[fadeSpeech]] [[fadeRadio]] [[fadeSound]] [[fadeMusic]] [[soundVolume]] [[musicVolume]] [[radioVolume]] [[speechVolume]] [[enableEnvironment]] [[environmentEnabled]]
}}
}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 17:30, 17 April 2023

Hover & click on the images for description

Description

Description:
Changes the master environment volume smoothly within the given time and is different from enableEnvironment global mute option. The default volume is 1.
Influenced sounds, among others, are:
  • forest sounds (birds, crickets, ...)
  • waves
  • wind
  • rain
  • object sounds (air conditioners, ...)
  • Arma 3 logo black.png2.06 thunder
Groups:
Sounds

Syntax

Syntax:
time fadeEnvironment volume
Parameters:
time: Number - fade interval in seconds
volume: Number - speech volume in range 0..1
Return Value:
Nothing

Examples

Example 1:
5 fadeEnvironment 0.1;

Additional Information

See also:
environmentVolume fadeSpeech fadeRadio fadeSound fadeMusic soundVolume musicVolume radioVolume speechVolume enableEnvironment environmentEnabled

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