setVehicleReportRemoteTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.70|= Game version ______________...")
 
m (Some wiki formatting)
 
(41 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3dev |= Game name
|game1= arma3
|version1= 1.70


|1.70|= Game version
|gr1= Sensors
____________________________________________________________________________________________


| Sets that the vehicle will share targets that were acquired by its own sensors via datalink to the [[Side]] center. |= Description
|descr= Sets that the vehicle will share targets that were acquired by its own sensors via datalink to the [[Side]] center.
____________________________________________________________________________________________


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


|p1= vehicle: [[Object]] |= Parameter 1
|p1= vehicle: [[Object]]


|p2= [[Bool]] |= Parameter 2
|p2= bool: [[Boolean]]


| [[Nothing]] |= Return value
|r1= [[Nothing]]
____________________________________________________________________________________________
 
|x1= <code> [[vehicle]] [[player]] [[setVehicleReportRemoteTargets]] true;</code> |= Example 1
____________________________________________________________________________________________


| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]]  |= See also
|x1= <sqf>vehicle player setVehicleReportRemoteTargets true;</sqf>


|seealso= [[setVehicleRadar]] [[vehicleReportRemoteTargets]] [[vehicleReceiveRemoteTargets]] [[setVehicleReceiveRemoteTargets]] [[vehicleReportOwnPosition]] [[setVehicleReportOwnPosition]] [[reportRemoteTarget]] [[confirmSensorTarget]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

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