getEnvSoundController: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ")
Line 18: Line 18:
|x1= <code>[[position]] [[player]] [[getEnvSoundController]] "trees"; //0.3333</code>
|x1= <code>[[position]] [[player]] [[getEnvSoundController]] "trees"; //0.3333</code>


|seealso= [[getAllEnv3DSoundControllers]] [[getEnv3DSoundController]] [[allEnv3DSoundSources]] [[selectBestPlaces]] [[getSoundController]] [[getSoundControllerResult]] [[getAllEnvSoundControllers]] [[getAllSoundControllers]] [[getCustomSoundController]], [[setCustomSoundController]], [[getCustomSoundControllerCount]], [[Arma 3: Sound]]
|seealso= [[getAllEnv3DSoundControllers]] [[getEnv3DSoundController]] [[allEnv3DSoundSources]] [[selectBestPlaces]] [[getSoundController]] [[getSoundControllerResult]] [[getAllEnvSoundControllers]] [[getAllSoundControllers]] [[getCustomSoundController]] [[setCustomSoundController]], [[getCustomSoundControllerCount]], [[Arma 3: Sound]]
}}
}}

Revision as of 17:50, 20 January 2022

Hover & click on the images for description

Description

Description:
Returns value of the specified controller, see getAllEnvSoundControllers
Groups:
Sounds

Syntax

Syntax:
position getEnvSoundController controller
Parameters:
position: Position
controller: String - name of environmental variable like "trees" or "houses"
Return Value:
Number

Examples

Example 1:
position player getEnvSoundController "trees"; //0.3333

Additional Information

See also:
getAllEnv3DSoundControllers getEnv3DSoundController allEnv3DSoundSources selectBestPlaces getSoundController getSoundControllerResult getAllEnvSoundControllers getAllSoundControllers getCustomSoundController setCustomSoundControllergetCustomSoundControllerCountArma 3: Sound

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