reportRemoteTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Add note regarding projectiles)
(named params, remove note about locality and added local arg and mp note)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3


|1.70
|version1= 1.70


|gr1= Sensors
|gr1= Sensors


| Shares the target vehicle via datalink to the [[Side]] center for a given time.
|arg= local


| side [[reportRemoteTarget]] [target, time]
|descr= Shares the target vehicle via datalink to the [[Side]] center for a given time.
 
|mp= This command must be executed locally to the vehicle/turret you want to tell the target about.
 
|s1 side [[reportRemoteTarget]] [target, time]


|p1= side: [[Side]]
|p1= side: [[Side]]
Line 17: Line 21:
|p3= time: [[Number]]
|p3= time: [[Number]]


| [[Nothing]]
|r1 [[Nothing]]
   
   
|x1= <code>[[blufor]] [[reportRemoteTarget]] [<nowiki/>[[vehicle]] [[player]], 60];</code>
|x1= <code>[[blufor]] [[reportRemoteTarget]] [<nowiki/>[[vehicle]] [[player]], 60];</code>


| [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]]
|seealso [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]]
}}
}}


<dl class="command_description">
</dl>
{{GameCategory|arma3|Scripting Commands}}
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on September 29, 2018 - 16:54 (UTC)</dd>
<dt class="note">[[User:Tankbuster|Tankbuster]]</dt>
<dd class="note">
This command must be executed locally to the vehicle/turret you want to tell the target about.
</dd>
</dl>
<dl class="command_description">
<dl class="command_description">
<dd class="notedate">Posted on February 14, 2021 - 11:05 (UTC)</dd>
<dd class="notedate">Posted on February 14, 2021 - 11:05 (UTC)</dd>

Revision as of 13:23, 14 February 2021

Hover & click on the images for description

Description

Description:
Shares the target vehicle via datalink to the Side center for a given time.
Multiplayer:
This command must be executed locally to the vehicle/turret you want to tell the target about.
Groups:
Sensors

Syntax

Syntax:
Syntax needed
Parameters:
side: Side
target: Object
time: Number
Return Value:
Return value needed

Examples

Example 1:
blufor reportRemoteTarget [vehicle player, 60];

Additional Information

See also:
See also needed

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
Posted on February 14, 2021 - 11:05 (UTC)
Freddo3000
This command cannot be used on projectiles, such as IR Grenades.