vehicleReportRemoteTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory *\| *arma3 *\| *(New )?Scripting Commands\}\}" to "")
m (Some wiki formatting)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.70
|1.70


|gr1= Sensors
|gr1= Sensors


| Gets whether the vehicle shares acquired targets via datalink with the [[Side]] center.
|descr= Gets whether the vehicle shares acquired targets via datalink with the [[Side]] center.


|s1= '''vehicleReportRemoteTargets''' vehicle
|s1= [[vehicleReportRemoteTargets]] vehicle


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


|r1=[[Boolean]]
|r1= [[Boolean]]


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


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

Latest revision as of 23:00, 7 May 2022

Hover & click on the images for description

Description

Description:
Gets whether the vehicle shares acquired targets via datalink with the Side center.
Groups:
Sensors

Syntax

Syntax:
vehicleReportRemoteTargets vehicle
Parameters:
vehicle: Object
Return Value:
Boolean

Examples

Example 1:
vehicleReportRemoteTargets vehicle player;

Additional Information

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