missileTargetPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(format)
Line 16: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


| missileTargetPos munition |Syntax=
| [[missileTargetPos]] munition |Syntax=


|p1= munition: [[Object]]
|p1= munition: [[Object]]


| [[Position]] - in ASL |Return Value=
| [[Array]] - position in format [[PositionASL]] |Return Value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[missileTargetPos]] missile1</code> |Example 1=
|x1= <code>_pos = [[missileTargetPos]] missile1;</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[missileTarget]] [[setMissileTargetPos]] [[setMissileTarget]] |See Also=
| [[missileTarget]], [[setMissileTargetPos]], [[setMissileTarget]] |See Also=
}}
}}



Revision as of 13:06, 8 January 2020

Hover & click on the images for description

Description

Description:
Returns a guided missile's target position.
Groups:
Uncategorised

Syntax

Syntax:
missileTargetPos munition
Parameters:
munition: Object
Return Value:
Array - position in format PositionASL

Examples

Example 1:
_pos = missileTargetPos missile1;

Additional Information

See also:
missileTargetsetMissileTargetPossetMissileTarget

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

Bottom Section