enableVehicleSensor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.72 | |version1= 1.72 | ||
|arg= global | |||
|eff= local | |||
|gr1= Sensors | |gr1= Sensors | ||
Line 8: | Line 12: | ||
|descr= Enable/disable given sensor | |descr= Enable/disable given sensor | ||
|s1= 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 | ||
|r1=[[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>vehicle player enableVehicleSensor ["PassiveRadarSensorComponent", false]; // disables passive radar</sqf> | ||
|seealso= [[listVehicleSensors]] | |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