BIS fnc missileLaunchPositionFix: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
 
Line 16: Line 16:
|p3= selection: [[Object]] - selection to adjust the missile's position to
|p3= selection: [[Object]] - selection to adjust the missile's position to


|p4= projectileType: [[Object]] - Type of projectile that should be adjusted
|p4= projectileType: [[Object]] - type of projectile that should be adjusted


|r1= [[Boolean]] - returns [[true]] if successful
|r1= [[Boolean]] - returns [[true]] if successful

Latest revision as of 16:51, 8 November 2023

Hover & click on the images for description

Description

Description:
Workaround fix for ATGM/SAM launch positions
Execution:
call
Groups:
Vehicles

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