fadeEnvironment: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
(formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


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


|gr1= Sounds
|gr1= Sounds


| Causes a smooth change in the master volume of the environment and is different from [[enableEnvironment]] global mute option. 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.0.


| 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 range 0 to 1


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


|x1= <code>5 [[fadeEnvironment]] 0.1;</code>
|x1= <code>5 [[fadeEnvironment]] 0.1;</code>
Line 22: Line 23:
|seealso= [[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}}

Revision as of 12:08, 23 March 2021

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 2.03|2.03]]
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.0.
Groups:
Sounds

Syntax

Syntax:
time fadeEnvironment volume
Parameters:
time: Number - Fade interval in seconds
volume: Number - Speech volume range 0 to 1
Return Value:
Nothing

Examples

Example 1:
5 fadeEnvironment 0.1;

Additional Information

See also:
environmentVolumefadeSpeechfadeRadiofadeSoundfadeMusicsoundVolumemusicVolumeradioVolumespeechVolumeenableEnvironmentenvironmentEnabled

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

[[Category:Introduced with arma3dev version 2.03]][[ Category: arma3dev: New Scripting Commands | FADEENVIRONMENT]][[ Category: arma3dev: Scripting Commands | FADEENVIRONMENT]]