setVehicleRadar: Difference between revisions
Jump to navigation
Jump to search
Ondrejkuzel (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.70|= Game version ______________...") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2") |
||
(37 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| | |game1= arma3 | ||
|version1= 1.70 | |||
| | |gr1= Sensors | ||
| Sets the AI | |descr= Sets the AI rule of Radar usage (Emission Control). Automatic means Radar switched on only when in Combat. The command doesn't affect player-controlled vehicles. | ||
| vehicle | |s1= vehicle [[setVehicleRadar]] rule | ||
|p1= vehicle: [[Object]] - AI-controlled vehicle | |p1= vehicle: [[Object]] - an AI-controlled vehicle | ||
|p2= | |p2= rule: [[Number]] - can be one of the following: | ||
* 0 - automatic | |||
* 1 - forced on | |||
* 2 - forced off | |||
| [[Nothing]] | |r1= [[Nothing]] | ||
| | |x1= <sqf>_vehicle setVehicleRadar 1;</sqf> | ||
|seealso= [[isVehicleRadarOn]] [[vehicleReportRemoteTargets]] [[setVehicleReportRemoteTargets]] [[vehicleReceiveRemoteTargets]] [[setVehicleReceiveRemoteTargets]] [[vehicleReportOwnPosition]] [[setVehicleReportOwnPosition]] [[reportRemoteTarget]] [[confirmSensorTarget]] | |||
}} | }} | ||
Latest revision as of 13:59, 8 November 2023
Description
- Description:
- Sets the AI rule of Radar usage (Emission Control). Automatic means Radar switched on only when in Combat. The command doesn't affect player-controlled vehicles.
- Groups:
- Sensors
Syntax
- Syntax:
- vehicle setVehicleRadar rule
- Parameters:
- vehicle: Object - an AI-controlled vehicle
- rule: Number - can be one of the following:
- 0 - automatic
- 1 - forced on
- 2 - forced off
- Return Value:
- Nothing
Examples
- Example 1:
- _vehicle setVehicleRadar 1;
Additional Information
- See also:
- isVehicleRadarOn vehicleReportRemoteTargets setVehicleReportRemoteTargets vehicleReceiveRemoteTargets setVehicleReceiveRemoteTargets vehicleReportOwnPosition setVehicleReportOwnPosition reportRemoteTarget confirmSensorTarget
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