BIS fnc aircraftTailhookAi: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (see also)
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function


| arma3 |Game name=
|game1= arma3
|version1= 1.70


|1.70|Game version=
|gr1= Aircraft Functionality


|gr1= Aircraft Functionality |GROUP1=
|descr= Handles landing on the aircraft carrier for AI and player autopilot.


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


<!---|eff= local |Multiplayer Effects=--->
|s1= [params, isLanding] call [[BIS_fnc_aircraftTailhookAi]]


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


|[] call [[BIS_fnc_AircraftTailhookAi]]|Syntax=
|r1= [[Nothing]]


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|x1= -


|Datatype - description|Return value=
|seealso= [[BIS_fnc_aircraftTailhook]] [[Arma 3: Aircraft Systems]]
 
|x1= <code></code>|Example 1=
 
|exec= call |Execution=
 
| |See also=
}}
}}
[[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