reportRemoteTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Some wiki formatting)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:


|descr= Shares the target vehicle via datalink to the [[Side]] center for a given 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. <!-- What is this supposed to mean? This command does not tell the target anything... -->


|s1= side [[reportRemoteTarget]] [target, time]
|s1= side [[reportRemoteTarget]] [target, time]
Line 21: Line 19:


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


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


<dl class="command_description">
{{Note
<dt></dt>
|user= Freddo3000
<dd class="notedate">Posted on February 14, 2021 - 11:05 (UTC)</dd>
|timestamp= 20210214110500
<dt class="note">[[User:Freddo3000|Freddo3000]]</dt>
|text= This command cannot be used on projectiles, such as IR Grenades.
<dd class="note">
}}
This command cannot be used on projectiles, such as IR Grenades.
</dd>
</dl>

Latest revision as of 22:45, 7 May 2022

Hover & click on the images for description

Description

Description:
Shares the target vehicle via datalink to the Side center for a given time.
Groups:
Sensors

Syntax

Syntax:
side reportRemoteTarget [target, time]
Parameters:
side: Side
target: Object
time: Number
Return Value:
Nothing

Examples

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

Additional Information

See also:
setVehicleRadar vehicleReportRemoteTargets setVehicleReportRemoteTargets vehicleReceiveRemoteTargets setVehicleReceiveRemoteTargets vehicleReportOwnPosition setVehicleReportOwnPosition

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