BIS fnc aircraftTailhookAi: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{RV\|type=function \| *arma3 * \| *([0-9]\.[0-9]{2}) * \|gr1=(.+) \|descr= ''N\/A'' " to "{{RV|type=function |game1= arma3 |version1= $1 |gr1=$2 |descr= ''N/A'' ")
m (see also)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
|gr1= Aircraft Functionality
|gr1= Aircraft Functionality


|descr= ''N/A''
|descr= Handles landing on the aircraft carrier for AI and player autopilot.


|s1= [] call [[BIS_fnc_aircraftTailhookAi]]
|mp= While the animations are visible for everyone, the sounds for the tailhook are local to where the function was executed.


|p1=  
|s1= [params, isLanding] call [[BIS_fnc_aircraftTailhookAi]]


|r1=
|p1= params: [[Array]]
*0: aircraft: [[Object]]
*1: needsHook: [[Boolean]] - (optional, default [[false]]) if [[false]], function will exit and no tailhook functionality is initialized


|x1=
|r1= [[Nothing]]
 
|x1= -
 
|seealso= [[BIS_fnc_aircraftTailhook]] [[Arma 3: Aircraft Systems]]
}}
}}

Latest revision as of 12:25, 13 August 2021

Hover & click on the images for description

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
  • 0: aircraft: Object
  • 1: needsHook: Boolean - (optional, default false) if false, function will exit and no tailhook functionality is initialized
Return Value:
Nothing

Examples

Example 1:
-

Additional Information

See also:
BIS_fnc_aircraftTailhook Arma 3: Aircraft Systems

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