enableVehicleSensor: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
Lou Montana (talk | contribs) (Add argument's locality) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.72 | |||
| | |arg= global | ||
|eff= local | |||
|gr1= Sensors | |gr1= Sensors | ||
| Enable/disable given sensor | |descr= Enable/disable given sensor | ||
|s1= vehicle [[enableVehicleSensor]] [componentName, enabled] | |||
| vehicle | |p1= vehicle: [[Object]] | ||
| | |p2= componentName : [[String]] - The component's name (can either be its "real name" or its className) | ||
| | |p3= enabled: [[Boolean]] - component status | ||
| | |r1= [[Nothing]] | ||
|x1= <sqf>vehicle player enableVehicleSensor ["PassiveRadarSensorComponent", false]; // disables passive radar</sqf> | |||
|x1= < | |||
| [[listVehicleSensors]] | |seealso= [[listVehicleSensors]] [[isVehicleSensorEnabled]] | ||
}} | }} | ||
Revision as of 21:44, 20 March 2022
Description
- Description:
- Enable/disable given sensor
- Groups:
- Sensors
Syntax
- Syntax:
- vehicle enableVehicleSensor [componentName, enabled]
- Parameters:
- vehicle: Object
- componentName : String - The component's name (can either be its "real name" or its className)
- enabled: Boolean - component status
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- listVehicleSensors isVehicleSensorEnabled
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