findNearestEnemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed syntax)
m (Mistake in previous change)
Line 12: Line 12:
| object '''findNearestEnemy''' position |= Syntax
| object '''findNearestEnemy''' position |= Syntax


|p1= object: [[Object]] or [[Array]] |= Parameter 1
|p1= object: [[Object]] |= Parameter 1


|p2= position: [[Object]] |= Parameter 2
|p2= position: [[Object]] or [[Array]] |= Parameter 2


| [[Object]] |= Return value
| [[Object]] |= Return value

Revision as of 09:54, 27 October 2006

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

Description

Description:
Find the nearest enemy from the specified position.
Groups:
Uncategorised

Syntax

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

Examples

Examples:
Example needed

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

Notes

Bottom Section