BIS fnc missileLaunchPositionFix: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
m (Text replacement - " |exec= call " to " ") |
||
Line 22: | Line 22: | ||
|x1= <code>[_vehicle,_missile,"missile_move","MissileBase"] [[call]] [[BIS_fnc_missileLaunchPositionFix]];</code> | |x1= <code>[_vehicle,_missile,"missile_move","MissileBase"] [[call]] [[BIS_fnc_missileLaunchPositionFix]];</code> | ||
|seealso= [[missileTarget]] [[missileTargetPos]] | |seealso= [[missileTarget]] [[missileTargetPos]] | ||
}} | }} |
Revision as of 15:41, 6 February 2021
Description
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