setVehicleReportRemoteTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Some wiki formatting)
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= 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]] |PARAMETER1=
|p1= vehicle: [[Object]]


|p2= bool: [[Boolean]] |PARAMETER2=
|p2= bool: [[Boolean]]


| [[Nothing]] |RETURNVALUE=
|r1= [[Nothing]]
____________________________________________________________________________________________
 
|x1= <code>([[vehicle]] [[player]]) [[setVehicleReportRemoteTargets]] true;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]]    |SEEALSO=
|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:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{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