environmentEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Killzone Kid moved page enabledEnvironment to environmentEnabled without leaving a redirect)
(name correction)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''enabledEnvironment'''  |= Syntax
| '''environmentEnabled'''  |= Syntax


| [[Array]] in format [ambientLife, ambientSound] where:
| [[Array]] in format [ambientLife, ambientSound] where:
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_enabled = [[enabledEnvironment]];</code>  |= Example 1
|x1= <code>_enabled = [[environmentEnabled]];</code>  |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 18:30, 7 February 2017

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.67|1.67]]
Hover & click on the images for description

Description

Description:
Returns status of enableEnvironment command
Groups:
Uncategorised

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

[[Category:Introduced with arma3dev version 1.67]][[ Category: arma3dev: New Scripting Commands | ENVIRONMENTENABLED]][[ Category: arma3dev: Scripting Commands | ENVIRONMENTENABLED]]

Notes

Bottom Section