aimedAtTarget

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns how good the weapon of the vehicle is aimed at the target.
Groups:
Uncategorised

Syntax

Syntax:
vehicle aimedAtTarget [target, weapon]
Parameters:
vehicle: Object
[target, weapon]: Array
target: Object
weapon: String - (optional)
Return Value:
Number

Examples

Example 1:
 _aimingQuality = heli AimedAtTarget [target];
Example 2:
 _aimingQuality = heli AimedAtTarget [target,"M197"];

Additional Information

See also:
fireAtTarget

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