environmentEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\|= " to " ")
Line 13: Line 13:
| [[Array]] in format [ambientLife, ambientSound] where:
| [[Array]] in format [ambientLife, ambientSound] where:
* ambientLife: [[Boolean]]  
* ambientLife: [[Boolean]]  
* ambientSound: [[Boolean]] |=
* ambientSound: [[Boolean]]
   
   
|x1= <code>_enabled = [[environmentEnabled]];</code>  |EXAMPLE1=
|x1= <code>_enabled = [[environmentEnabled]];</code>  |EXAMPLE1=

Revision as of 22:14, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns status of enableEnvironment command
Groups:
Environment

Syntax

Syntax:
environmentEnabled
Return Value:
Array in format [ambientLife, ambientSound] where:

Examples

Example 1:
_enabled = environmentEnabled;

Additional Information

See also:
enableEnvironmentinitAmbientLifesideAmbientLifegetAllEnvSoundControllersgetEnvSoundControllersetSoundEffect

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

Notes

Bottom Section