listRemoteTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{DISPLAYTITLE:listRemoteTargets}}
{{DISPLAYTITLE:listRemoteTargets}}
{{Command|Comments=
{{Command
| arma3 |= Game name
| arma3 |= Game name
| 1.72 |Game Version=
| 1.72


|gr1= Sensors |GROUP1=
|gr1= Sensors


| 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


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


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


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


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


}}
}}

Revision as of 02:01, 18 January 2021


Hover & click on the images for description

Description

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

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