environmentEnabled: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.68 | |1.68 | ||
|gr1= Environment | |gr1= Environment | ||
| Returns status of [[enableEnvironment]] command | | Returns status of [[enableEnvironment]] command | ||
| '''environmentEnabled''' | | '''environmentEnabled''' | ||
| [[Array]] in format [ambientLife, ambientSound] where: | | [[Array]] in format [ambientLife, ambientSound] where: | ||
Line 15: | Line 15: | ||
* ambientSound: [[Boolean]] | * ambientSound: [[Boolean]] | ||
|x1= <code>_enabled = [[environmentEnabled]];</code> | |x1= <code>_enabled = [[environmentEnabled]];</code> | ||
| [[enableEnvironment]], [[initAmbientLife]], [[sideAmbientLife]], [[getAllEnvSoundControllers]], [[getEnvSoundController]], [[setSoundEffect]] | | [[enableEnvironment]], [[initAmbientLife]], [[sideAmbientLife]], [[getAllEnvSoundControllers]], [[getEnvSoundController]], [[setSoundEffect]] | ||
}} | }} |
Revision as of 00:37, 18 January 2021
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