Difference between revisions of "reportRemoteTarget"
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) m (Killzone Kid moved page ReportRemoteTarget to reportRemoteTarget without leaving a redirect: capitalisation) |
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
||
(14 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|= | + | {{Command|Comments= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | arma3 |Game name= |
− | |1.70| | + | |1.70|Game version= |
+ | |||
+ | |gr1= Sensors |GROUP1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | Shares the target vehicle via datalink to the [[Side]] center for a given time. |= | + | | Shares the target vehicle via datalink to the [[Side]] center for a given time. |DESCRIPTION= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | side | + | | side [[reportRemoteTarget]] [target, time] |SYNTAX= |
− | |p1= [[Side]] |= | + | |p1= side: [[Side]] |PARAMETER1= |
− | |p2= | + | |p2= target: [[Object]] |PARAMETER2= |
− | |p3= | + | |p3= time: [[Number]] |PARAMETER3= |
− | + | | [[Nothing]] |RETURNVALUE= | |
− | |||
− | | [[Nothing]] |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= <code> [[blufor]] [[reportRemoteTarget]] [ [[vehicle]] [[player]], 60];</code> |= | + | |x1= <code>[[blufor]] [[reportRemoteTarget]] [<nowiki/>[[vehicle]] [[player]], 60];</code> |EXAMPLE1= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]] | + | | [[setVehicleRadar]], [[vehicleReportRemoteTargets]], [[setVehicleReportRemoteTargets]], [[vehicleReceiveRemoteTargets]], [[setVehicleReceiveRemoteTargets]], [[vehicleReportOwnPosition]], [[setVehicleReportOwnPosition]] |SEEALSO= |
− | |||
}} | }} | ||
Line 35: | Line 34: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
− | [[ | + | {{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> | ||
+ | <!-- DISCONTINUE Notes --> |
Latest revision as of 08:26, 9 January 2021
Hover & click on the images for descriptions
Description
- Description:
- Shares the target vehicle via datalink to the Side center for a given time.
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:
- setVehicleRadarvehicleReportRemoteTargetssetVehicleReportRemoteTargetsvehicleReceiveRemoteTargetssetVehicleReceiveRemoteTargetsvehicleReportOwnPositionsetVehicleReportOwnPosition
- Groups:
- Sensors
Notes
Notes
Bottom Section
- Posted on September 29, 2018 - 16:54 (UTC)
- Tankbuster
- This command must be executed locally to the vehicle/turret you want to tell the target about.