setVehicleReportRemoteTargets: Difference between revisions
Jump to navigation
Jump to search
Ondrejkuzel (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.70|= Game version ______________...") |
Ondrejkuzel (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]] | | [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]], [[ReportRemoteTarget]] |= See also | ||
}} | }} |
Revision as of 14:53, 25 February 2017
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]]