fadeEnvironment: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) 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 | ||
|gr1= Sounds | |gr1= Sounds | ||
| | |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]] - | |p1= time: [[Number]] - Fade interval in seconds | ||
|p2= volume: [[Number]] - | |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]] | ||
}} | }} | ||
Revision as of 11:08, 23 March 2021
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]]