enableVehicleSensor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2") |
||
(24 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{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 | ||
| vehicle | |s1= vehicle [[enableVehicleSensor]] [componentName, enabled] | ||
|p1 = vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|p2 = componentName : [[String]] - | |p2= componentName : [[String]] - the component's name (can either be its "real name" or its className) | ||
|p3 = | |p3= enabled: [[Boolean]] - component status | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
| [ | |x1= <sqf>vehicle player enableVehicleSensor ["PassiveRadarSensorComponent", false]; // disables passive radar</sqf> | ||
|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