setVehicleReportRemoteTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ")
m (Some wiki formatting)
 
(10 intermediate revisions by the same user not shown)
Line 8: Line 8:
|descr= Sets that the vehicle will share targets that were acquired by its own sensors via datalink to the [[Side]] center.
|descr= Sets that the vehicle will share targets that were acquired by its own sensors via datalink to the [[Side]] center.


|s1= vehicle '''setVehicleReportRemoteTargets''' bool
|s1= vehicle [[setVehicleReportRemoteTargets]] bool


|p1= vehicle: [[Object]]
|p1= vehicle: [[Object]]
Line 14: Line 14:
|p2= bool: [[Boolean]]
|p2= bool: [[Boolean]]


|r1=[[Nothing]]
|r1= [[Nothing]]


|x1= <code>([[vehicle]] [[player]]) [[setVehicleReportRemoteTargets]] true;</code>
|x1= <sqf>vehicle player setVehicleReportRemoteTargets true;</sqf>


|seealso= [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]]
|seealso= [[setVehicleRadar]] [[vehicleReportRemoteTargets]] [[vehicleReceiveRemoteTargets]] [[setVehicleReceiveRemoteTargets]] [[vehicleReportOwnPosition]] [[setVehicleReportOwnPosition]] [[reportRemoteTarget]] [[confirmSensorTarget]]
}}
}}

Latest revision as of 22:57, 7 May 2022

Hover & click on the images for description

Description

Description:
Sets that the vehicle will share targets that were acquired by its own sensors via datalink to the Side center.
Groups:
Sensors

Syntax

Syntax:
vehicle setVehicleReportRemoteTargets bool
Parameters:
vehicle: Object
bool: Boolean
Return Value:
Nothing

Examples

Example 1:
vehicle player setVehicleReportRemoteTargets true;

Additional Information

See also:
setVehicleRadar vehicleReportRemoteTargets 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