BIS fnc aircraftCatapultLaunch: Difference between revisions
Jump to navigation
Jump to search
m (small fix) |
m (further formatting) |
||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.68 | |version1= 1.68 | ||
|arg= local | |||
|gr1= Aircraft Carrier | |gr1= Aircraft Carrier | ||
|descr= Accelerates an aircraft off the aircraft carrier. For this to work the aircraft must be properly configured in config. | |descr= Accelerates an aircraft off the aircraft carrier. For this to work the aircraft must be properly configured in config. | ||
|s1= [aircraft, direction] call [[BIS_fnc_aircraftCatapultLaunch]] | |s1= [aircraft, direction] call [[BIS_fnc_aircraftCatapultLaunch]] | ||
Line 34: | Line 18: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>[_plane] [[call]] [[ | |x1= <code>[_plane] [[call]] [[BIS_fnc_aircraftCatapultLaunch]];</code> | ||
|seealso= [[BIS_fnc_aircraftTailhook]] | |seealso= [[BIS_fnc_aircraftTailhook]] | ||
}} | }} |
Revision as of 10:07, 13 August 2021
Description
- Description:
- Accelerates an aircraft off the aircraft carrier. For this to work the aircraft must be properly configured in config.
- Execution:
- call
- Groups:
- Aircraft Carrier
Syntax
- Syntax:
- [aircraft, direction] call BIS_fnc_aircraftCatapultLaunch
- Parameters:
- aircraft: Object - the aircraft that should be launched
- direction: Number - (optional, default
direction aircraft
) direction to launch the aircraft off to - Return Value:
- Nothing
Examples
- Example 1:
[_plane] call BIS_fnc_aircraftCatapultLaunch;
Additional Information
- See also:
- BIS_fnc_aircraftTailhook
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