enableVehicleSensor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2") |
||
(44 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 1.72 | |||
| | |arg= global | ||
| | |eff= local | ||
| | |gr1= Sensors | ||
| | |descr= Enable/disable given sensor | ||
| | |s1= vehicle [[enableVehicleSensor]] [componentName, enabled] | ||
| | |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= < | |||
|seealso= [[listVehicleSensors]] [[isVehicleSensorEnabled]] | |||
}} | }} | ||
Latest revision as of 15:50, 8 November 2023
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