BIS fnc aircraftTailhookAi: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {2,}\}\}" to " }}")
m (see also)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function
{{RV|type=function


| arma3
|game1= arma3
 
|version1= 1.70
|1.70


|gr1= Aircraft Functionality
|gr1= Aircraft Functionality


<!---|arg= local |Multiplayer Arguments=--->
|descr= Handles landing on the aircraft carrier for AI and player autopilot.


<!---|eff= local |Multiplayer Effects=--->
|mp= While the animations are visible for everyone, the sounds for the tailhook are local to where the function was executed.


| ''N/A''
|s1= [params, isLanding] call [[BIS_fnc_aircraftTailhookAi]]


|[] 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


|p1= parameter: Datatype - (Optional, default defValue) description
|r1= [[Nothing]]


|Datatype - description
|x1= -


|x1= <code></code>
|seealso= [[BIS_fnc_aircraftTailhook]] [[Arma 3: Aircraft Systems]]
 
|exec= call
}}
}}
[[Category:Functions|{{uc:AircraftTailhookAi}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:AircraftTailhookAi}}]]

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