listRemoteTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
Line 6: Line 6:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return list of datalink targets and time for which they will be/were known |= Description
| Return list of datalink targets and time for which they will be/were known |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''listRemoteTargets''' side|= Syntax
| '''listRemoteTargets''' side|SYNTAX=


|p1= side: [[Side]] - side |= Parameter 1
|p1= side: [[Side]] - side |PARAMETER1=


| [[Array]] containing [target name, last detected time] |= Return value
| [[Array]] containing [target name, last detected time] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>listRemoteTargets east;</code> |= Example 1
|x1= <code>listRemoteTargets east;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[listVehicleSensors]], [[enableVehicleSensor]], [[isVehicleRadarOn]], [[isVehicleSensorEnabled]] |= See also
| [[listVehicleSensors]], [[enableVehicleSensor]], [[isVehicleRadarOn]], [[isVehicleSensorEnabled]] |SEEALSO=


}}
}}

Revision as of 15:42, 7 April 2019


Hover & click on the images for description

Description

Description:
Return list of datalink targets and time for which they will be/were known
Groups:
Uncategorised

Syntax

Syntax:
listRemoteTargets side
Parameters:
side: Side - side
Return Value:
Array containing [target name, last detected time]

Examples

Example 1:
listRemoteTargets east;

Additional Information

See also:
listVehicleSensorsenableVehicleSensorisVehicleRadarOnisVehicleSensorEnabled

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

Notes

Bottom Section