setVehicleRadar: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.70|Game version=
|1.70


|gr1= Sensors |GROUP1=
|gr1= Sensors


| Sets the AI rules of Radar usage (Emission Control). Automatic means Radar switched on only when in Combat. The command doesn't affect player-controlled vehicles. |DESCRIPTION=
| Sets the AI rules of Radar usage (Emission Control). Automatic means Radar switched on only when in Combat. The command doesn't affect player-controlled vehicles.


| vehicle '''setVehicleRadar''' rules |SYNTAX=
| vehicle '''setVehicleRadar''' rules


|p1= vehicle: [[Object]] - an AI-controlled vehicle |PARAMETER1=
|p1= vehicle: [[Object]] - an AI-controlled vehicle


|p2= rules: [[Number]] - a flag, 0 - automatic, 1 - forced on, 2 - forced off |PARAMETER2=
|p2= rules: [[Number]] - a flag, 0 - automatic, 1 - forced on, 2 - forced off


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>_vehicle [[setVehicleRadar]] 1;</code> |EXAMPLE1=
|x1= <code>_vehicle [[setVehicleRadar]] 1;</code>


| [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]] |SEEALSO=
| [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]]


}}
}}

Revision as of 12:10, 18 January 2021

Hover & click on the images for description

Description

Description:
Sets the AI rules 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 rules
Parameters:
vehicle: Object - an AI-controlled vehicle
rules: Number - a flag, 0 - automatic, 1 - forced on, 2 - forced off
Return Value:
Nothing

Examples

Example 1:
_vehicle setVehicleRadar 1;

Additional Information

See also:
vehicleReportRemoteTargetssetVehicleReportRemoteTargetsvehicleReceiveRemoteTargetssetVehicleReceiveRemoteTargetsvehicleReportOwnPositionsetVehicleReportOwnPositionreportRemoteTargetconfirmSensorTarget

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

Notes