BIS fnc missileLaunchPositionFix: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^-\r\n]+) *- *V([a-z])" to "$1 - v$2") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2") |
||
Line 18: | Line 18: | ||
|p4= projectileType: [[Object]] - Type of projectile that should be adjusted | |p4= projectileType: [[Object]] - Type of projectile that should be adjusted | ||
|r1= [[Boolean]] - | |r1= [[Boolean]] - returns [[true]] if successful | ||
|x1= <sqf>[_vehicle,_missile,"missile_move","MissileBase"] call BIS_fnc_missileLaunchPositionFix;</sqf> | |x1= <sqf>[_vehicle,_missile,"missile_move","MissileBase"] call BIS_fnc_missileLaunchPositionFix;</sqf> |
Revision as of 15:47, 8 November 2023
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:
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