BIS fnc aircraftTailhook: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "bis_fnc_" to "BIS_fnc_") |
m (formatting) |
||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1. | |version1= 1.68 | ||
|arg= local | |||
|gr1= Aircraft Carrier | |gr1= Aircraft Carrier | ||
|descr= | |descr= Aircraft carrier arrest/recovery function for USS Freedom aircraft carrier. If the aircraft exceeds the speed defined in config a wire snap will be simulated. | ||
|s1= [aircraft] call [[BIS_fnc_aircraftTailhook]] | |||
| | |p1= aircraft: [[Object]] - the aircraft to arrest/recover | ||
|r1= | |r1= [[Nothing]] | ||
|x1= | |x1= [_aircraft] [[call]] [[BIS_fnc_aircraftTailhook]]; | ||
|seealso= | |seealso= [[BIS_fnc_aircraftCatapultLaunch]] | ||
}} | }} |
Revision as of 10:06, 13 August 2021
Description
- Description:
- Aircraft carrier arrest/recovery function for USS Freedom aircraft carrier. If the aircraft exceeds the speed defined in config a wire snap will be simulated.
- Execution:
- call
- Groups:
- Aircraft Carrier
Syntax
- Syntax:
- [aircraft] call BIS_fnc_aircraftTailhook
- Parameters:
- aircraft: Object - the aircraft to arrest/recover
- Return Value:
- Nothing
Examples
- Example 1:
- [_aircraft] call BIS_fnc_aircraftTailhook;
Additional Information
- See also:
- BIS_fnc_aircraftCatapultLaunch
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