missileTargetPos: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {{uc:{{PAGENAME}}}}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{RV\|type=command \| arma3 \| *([0-9]\.[0-9]{2}) * \|gr1=(.*) \|(.*) \|(.*) \|p1=(.*) \|(.*) \|x1=(.*) \|seealso=(.*) \}\} " to "{{RV|type=command |game1= arma3 |version1= $1 |gr1=$2 |descr=$3 |s1=$4 |p1=$5 |r1=$6...) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.92 | |||
|1.92 | |||
|gr1= Weapons | |gr1= Weapons | ||
| Returns a guided missile's target position. | |descr= Returns a guided missile's target position. | ||
| [[missileTargetPos]] munition | |s1= [[missileTargetPos]] munition | ||
|p1= munition: [[Object]] | |p1= munition: [[Object]] | ||
| [[Array]] - position in format [[PositionASL]] | |r1= [[Array]] - position in format [[PositionASL]] | ||
|x1= <code>_pos = [[missileTargetPos]] missile1;</code> | |x1= <code>_pos = [[missileTargetPos]] missile1;</code> |
Revision as of 17:27, 9 June 2021
Description
- Description:
- Returns a guided missile's target position.
- Groups:
- Weapons
Syntax
- Syntax:
- missileTargetPos munition
- Parameters:
- munition: Object
- Return Value:
- Array - position in format PositionASL
Examples
- Example 1:
_pos = missileTargetPos missile1;
Additional Information
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