setVehicleReceiveRemoteTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Some wiki formatting)
 
(35 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 be able to receive targets acquired by someone else via datalink from the [[Side]] center. |DESCRIPTION=
|descr= Sets that the vehicle will be able to receive targets acquired by someone else via datalink from the [[Side]] center.
____________________________________________________________________________________________


| vehicle '''setVehicleReceiveRemoteTargets''' bool |SYNTAX=
|s1= vehicle [[setVehicleReceiveRemoteTargets]] bool


|p1= vehicle: [[Object]] |PARAMETER1=
|p1= vehicle: [[Object]]


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


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


|x1= <sqf>vehicle player setVehicleReceiveRemoteTargets true;</sqf>


| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]], [[confirmSensorTarget]] |SEEALSO=
|seealso= [[setVehicleRadar]] [[vehicleReportRemoteTargets]] [[setVehicleReportRemoteTargets]] [[vehicleReceiveRemoteTargets]] [[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:56, 7 May 2022

Hover & click on the images for description

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:
setVehicleRadar vehicleReportRemoteTargets setVehicleReportRemoteTargets vehicleReceiveRemoteTargets 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