setVehicleReceiveRemoteTargets: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma3 | | arma3 | ||
|1.70 | |1.70 | ||
|gr1= Sensors | |gr1= Sensors | ||
| Sets that the vehicle will be able to receive targets acquired by someone else via datalink from the [[Side]] center. | | Sets that the vehicle will be able to receive targets acquired by someone else via datalink from the [[Side]] center. | ||
| vehicle '''setVehicleReceiveRemoteTargets''' bool | | vehicle '''setVehicleReceiveRemoteTargets''' bool | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|p2= bool: [[Boolean]] | |p2= bool: [[Boolean]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>([[vehicle]] [[player]]) [[setVehicleReceiveRemoteTargets]] true;</code> | |x1= <code>([[vehicle]] [[player]]) [[setVehicleReceiveRemoteTargets]] true;</code> | ||
| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]] | | [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]] | ||
}} | }} |
Revision as of 11:08, 18 January 2021
Description
- Description:
- Sets that the vehicle will be able to receive targets acquired by someone else via datalink from the Side center.
- Groups:
- Sensors
Syntax
- Syntax:
- vehicle setVehicleReceiveRemoteTargets bool
- Parameters:
- vehicle: Object
- bool: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
(vehicle player) setVehicleReceiveRemoteTargets true;
Additional Information
- See also:
- setVehicleRadarvehicleReportRemoteTargetssetVehicleReportRemoteTargetsvehicleReceiveRemoteTargetsvehicleReportOwnPositionsetVehicleReportOwnPositionreportRemoteTargetconfirmSensorTarget
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