environmentEnabled: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
* ambientLife: [[Boolean]] | * ambientLife: [[Boolean]] | ||
* ambientSound: [[Boolean]] | * ambientSound: [[Boolean]] | ||
* windyCoef: [[Number]] | * windyCoef: [[Number]] (since Arma 3 v2.12, see [[enableEnvironment]]) | ||
|x1= <sqf>_enabled = environmentEnabled;</sqf> | |x1= <sqf>_enabled = environmentEnabled;</sqf> |
Revision as of 21:58, 29 November 2022
Description
- Description:
- Returns status of enableEnvironment command
- Groups:
- EnvironmentSounds
Syntax
- Syntax:
- environmentEnabled
- Return Value:
- Array in format [ambientLife, ambientSound, windyCoef] where:
- ambientLife: Boolean
- ambientSound: Boolean
- windyCoef: Number (since Arma 3 v2.12, see enableEnvironment)
Examples
- Example 1:
Additional Information
- See also:
- enableEnvironment fadeEnvironment environmentVolume initAmbientLife sideAmbientLife getAllEnvSoundControllers getEnvSoundController setSoundEffect
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