findNearestEnemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example format & see also)
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <pre>_myNearestEnemy = (units _myGroup select 0) findNearestEnemy player</pre> |= Example 1
|x1= <code>_myNearestEnemy = ([[units]] _myGroup [[select]] 0) [[findNearestEnemy]] [[player]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[nearestBuilding]], [[nearestObject]], [[nearestLocation]], [[nearEntities]], [[nearTargets]], [[nearSupplies]], [[nearestLocationWithDubbing]], [[nearObjectsReady]], [[nearRoads]] |= See also


}}
}}

Revision as of 17:08, 29 July 2014

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Find the nearest enemy to the specified position. Returns a null object if the object's group does not know about any enemies.
Groups:
Uncategorised

Syntax

Syntax:
object findNearestEnemy position
Parameters:
object: Object
position: Object or Array
Return Value:
Object

Examples

Example 1:
_myNearestEnemy = (units _myGroup select 0) findNearestEnemy player

Additional Information

See also:
nearestBuildingnearestObjectnearestLocationnearEntitiesnearTargetsnearSuppliesnearestLocationWithDubbingnearObjectsReadynearRoads

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