getEnvSoundController: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \|(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) +=" to " |$1=") |
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
||
(25 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.64 | |||
|1.64 | |||
|gr1= Sounds | |gr1= Sounds | ||
| Returns value of the specified controller | |descr= Returns value of the specified controller, see [[getAllEnvSoundControllers]] | ||
| position | |s1= position [[getEnvSoundController]] controller | ||
|p1= position: [[Position]] | |p1= position: [[Position]] | ||
Line 15: | Line 14: | ||
|p2= controller: [[String]] - name of environmental variable like "trees" or "houses" | |p2= controller: [[String]] - name of environmental variable like "trees" or "houses" | ||
|[[Number]] | |r1= [[Number]] | ||
|x1= < | |||
|x1= <sqf>position player getEnvSoundController "trees"; //0.3333</sqf> | |||
|seealso= [[selectBestPlaces]] | |seealso= [[getAllEnv3DSoundControllers]] [[getEnv3DSoundController]] [[allEnv3DSoundSources]] [[selectBestPlaces]] [[getSoundController]] [[getSoundControllerResult]] [[getAllEnvSoundControllers]] [[getAllSoundControllers]] [[getCustomSoundController]] [[setCustomSoundController]] [[getCustomSoundControllerCount]] [[Arma 3: Sound]] | ||
}} | }} | ||
Latest revision as of 10:23, 13 May 2022
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:
Additional Information
- See also:
- getAllEnv3DSoundControllers getEnv3DSoundController allEnv3DSoundSources selectBestPlaces getSoundController getSoundControllerResult getAllEnvSoundControllers getAllSoundControllers getCustomSoundController setCustomSoundController getCustomSoundControllerCount Arma 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