getEnv3DSoundController: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Sounds |descr= Returns value of the specified 3D controller, see getAllEnv3DSoundControllers |s1= ob...") |
Lou Montana (talk | contribs) |
||
Line 19: | Line 19: | ||
|x1= <code>_thatTreeOverThere [[getEnv3DSoundController]] "rainDrops"; //1</code> | |x1= <code>_thatTreeOverThere [[getEnv3DSoundController]] "rainDrops"; //1</code> | ||
|seealso= [[getEnvSoundController]] | |seealso= [[getEnvSoundController]] [[getAllEnv3DSoundControllers]], [[allEnv3DSoundSources]], [[selectBestPlaces]], [[getSoundController]], [[getSoundControllerResult]], [[getAllEnvSoundControllers]], [[getAllSoundControllers]], [[getCustomSoundController]], [[setCustomSoundController]], [[getCustomSoundControllerCount]], [[Arma 3: Sound]] | ||
}} | }} |
Revision as of 15:51, 20 January 2022
Description
- Description:
- Returns value of the specified 3D controller, see getAllEnv3DSoundControllers
- Groups:
- Sounds
Syntax
- Syntax:
- object getEnv3DSoundController controller
- Parameters:
- object: Object - Environmental sound source like a tree or a house, see allEnv3DSoundSources
- controller: String - name of environmental variable like "trees" or "houses"
- Return Value:
- Number
Examples
- Example 1:
_thatTreeOverThere getEnv3DSoundController "rainDrops"; //1
Additional Information
- See also:
- getEnvSoundController getAllEnv3DSoundControllersallEnv3DSoundSourcesselectBestPlacesgetSoundControllergetSoundControllerResultgetAllEnvSoundControllersgetAllSoundControllersgetCustomSoundControllersetCustomSoundControllergetCustomSoundControllerCountArma 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