reportRemoteTarget: Difference between revisions
Jump to navigation
Jump to search
Freddo3000 (talk | contribs) (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 | ||
| | |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 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 12:23, 14 February 2021
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.