BIS fnc aircraftTailhookAi: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|x1= <code></code>" to "|x1=") |
m (see also) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.70 | |||
|1.70 | |||
|gr1= Aircraft Functionality | |gr1= Aircraft Functionality | ||
|descr= Handles landing on the aircraft carrier for AI and player autopilot. | |||
|mp= While the animations are visible for everyone, the sounds for the tailhook are local to where the function was executed. | |||
| | |s1= [params, isLanding] call [[BIS_fnc_aircraftTailhookAi]] | ||
|[] | |p1= params: [[Array]] | ||
*0: aircraft: [[Object]] | |||
*1: needsHook: [[Boolean]] - (optional, default [[false]]) if [[false]], function will exit and no tailhook functionality is initialized | |||
| | |r1= [[Nothing]] | ||
| | |x1= - | ||
| | |seealso= [[BIS_fnc_aircraftTailhook]] [[Arma 3: Aircraft Systems]] | ||
}} | }} | ||
Latest revision as of 11:25, 13 August 2021
Description
- Description:
- Handles landing on the aircraft carrier for AI and player autopilot.
- Execution:
- call
- Multiplayer:
- While the animations are visible for everyone, the sounds for the tailhook are local to where the function was executed.
- Groups:
- Aircraft Functionality
Syntax
- Syntax:
- [params, isLanding] call BIS_fnc_aircraftTailhookAi
- Parameters:
- params: Array
- Return Value:
- Nothing
Examples
- Example 1:
- -
Additional Information
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