setVehicleReportRemoteTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(capitalisation)
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[ReportRemoteTarget]]  |= See also
| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[reportRemoteTarget]]  |= See also


}}
}}

Revision as of 19:41, 25 February 2017

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.70|1.70]]
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:
Uncategorised

Syntax

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

Examples

Example 1:
vehicle player setVehicleReportRemoteTargets true;

Additional Information

See also:
setVehicleRadarvehicleReportRemoteTargetsvehicleReceiveRemoteTargetssetVehicleReceiveRemoteTargetsvehicleReportOwnPositionsetVehicleReportOwnPositionreportRemoteTarget

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

[[Category:Introduced with arma3dev version 1.70]][[ Category: arma3dev: New Scripting Commands | SETVEHICLEREPORTREMOTETARGETS]][[ Category: arma3dev: Scripting Commands | SETVEHICLEREPORTREMOTETARGETS]]

Notes

Bottom Section