setCustomSoundController: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Arma 3 ([^ACHJKLMTZ|])([^|]+)\]\]" to "Arma 3: $1$2") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|1. | |version1= 1.86 | ||
|gr1= Sounds | |gr1= Sounds | ||
| Sets value of the specified custom sound controller to be used in [[simple expression]]s in config. Returns [[true]] if value was set to the controller, [[false]] if command fails, for example if vehicle is not a transport or controller name is not recognised. | |descr= Sets value of the specified custom sound controller to be used in [[simple expression]]s in config. Returns [[true]] if value was set to the controller, [[false]] if command fails, for example if vehicle is not a transport or controller name is not recognised. | ||
{{Feature | important | Custom sound controller name is <u>case sensitive</u> and of the following format: | {{Feature | important | Custom sound controller name is <u>case sensitive</u> and of the following format: | ||
<code>[[format]] ["CustomSoundController%1", _number]</code> | <code>[[format]] ["CustomSoundController%1", _number]</code> | ||
Where <tt>_number</tt> is a number from 1 to [[getCustomSoundControllerCount]] (currently 32)}} | Where <tt>_number</tt> is a number from 1 to [[getCustomSoundControllerCount]] (currently 32)}} | ||
| '''setCustomSoundController''' [vehicle, controller, value] | |s1= '''setCustomSoundController''' [vehicle, controller, value] | ||
|p1 = vehicle: [[Object]] - | |p1 = vehicle: [[Object]] - A transport type vehicle. Does not work on characters or buildings | ||
|p2 = controller: [[String]] - | |p2 = controller: [[String]] - Name of the custom sound controller. Need to be full string like i.e. "CustomSoundController1". Currently you can pick from "CustomSoundController1" to "CustomSoundController32" | ||
|p3 = value: [[Number]] - Desired value | |||
|r1= [[Boolean]] - [[true|True]] on success | |||
|x1 = Change value of CustomSoundController1 to 12<code>[[setCustomSoundController]] [<nowiki/>[[vehicle]] [[player]], "CustomSoundController1", 12];</code> | |x1 = Change value of CustomSoundController1 to 12<code>[[setCustomSoundController]] [<nowiki/>[[vehicle]] [[player]], "CustomSoundController1", 12];</code> | ||
|seealso= [[Arma 3: Sound]], [[getCustomSoundController]], [[getCustomSoundControllerCount]], [[getSoundController]], [[getSoundControllerResult]], [[getAllSoundControllers]], [[getEnvSoundController]], [[getAllEnvSoundControllers]] | |seealso= [[Arma 3: Sound]], [[getCustomSoundController]], [[getCustomSoundControllerCount]], [[getSoundController]], [[getSoundControllerResult]], [[getAllSoundControllers]], [[getEnvSoundController]], [[getAllEnvSoundControllers]] | ||
}} | }} | ||
Revision as of 17:38, 20 April 2021
Description
- Description:
- Sets value of the specified custom sound controller to be used in simple expressions in config. Returns true if value was set to the controller, false if command fails, for example if vehicle is not a transport or controller name is not recognised.
- Groups:
- Sounds
Syntax
- Syntax:
- setCustomSoundController [vehicle, controller, value]
- Parameters:
- vehicle: Object - A transport type vehicle. Does not work on characters or buildings
- controller: String - Name of the custom sound controller. Need to be full string like i.e. "CustomSoundController1". Currently you can pick from "CustomSoundController1" to "CustomSoundController32"
- value: Number - Desired value
- Return Value:
- Boolean - True on success
Examples
- Example 1:
- Change value of CustomSoundController1 to 12
setCustomSoundController [vehicle player, "CustomSoundController1", 12];
Additional Information
- See also:
- Arma 3: SoundgetCustomSoundControllergetCustomSoundControllerCountgetSoundControllergetSoundControllerResultgetAllSoundControllersgetEnvSoundControllergetAllEnvSoundControllers
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