BIS fnc missileLaunchPositionFix: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|x1= <code></code> |= " to "|x1= <code></code> |EXAMPLE1=") |
m (page filled) |
||
Line 1: | Line 1: | ||
{{Function | |||
|game1= arma3 | |||
| | |version1= 1.00 | ||
| | <!--|exec= server|=--> | ||
| | <!--|arg= local--> | ||
<!--|eff= local--> | |||
|descr= Workaround fix for ATGM/SAM launch positions | |||
|s1= [vehicle, projectile, selection, projectileType] call [[BIS_fnc_missileLaunchPositionFix]] | |||
|p1= vehicle: [[Object]] - Vehicle | |||
|p2= projectile: [[Object]] - projectile | |||
|p3= selection: [[Object]] - Selection to adjust the missile's position to | |||
|p4= projectileType: [[Object]] - Type of projectile that should be adjusted | |||
| | |r1= [[Boolean]] - Returns [[true]] if successful | ||
| | |x1= <code>[_vehicle,_missile,"missile_move","MissileBase"] [[call]] [[BIS_fnc_missileLaunchPositionFix]];</code> | ||
| | |exec= call | ||
| | |seealso= [[missileTarget]] [[missileTargetPos]] | ||
}} | }} | ||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> | ||
<dl class="command_description"> | <dl class="command_description"> |
Revision as of 11:10, 8 January 2020
Description
- Description:
- Workaround fix for ATGM/SAM launch positions
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [vehicle, projectile, selection, projectileType] call BIS_fnc_missileLaunchPositionFix
- Parameters:
- vehicle: Object - Vehicle
- projectile: Object - projectile
- selection: Object - Selection to adjust the missile's position to
- projectileType: Object - Type of projectile that should be adjusted
- Return Value:
- Boolean - Returns true if successful
Examples
- Example 1:
[_vehicle,_missile,"missile_move","MissileBase"] call BIS_fnc_missileLaunchPositionFix;
Additional Information
- See also:
- missileTarget missileTargetPos
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