fn_startupBird

https://github.com/PhantomDevTeam/PDT-H60-Startup/blob/bugfix-improvement-documentation/Configs_Functions/functions/h60_startup/startup/fn_startupBird.sqf

Description: Begins the startup sequence on a Hatchet H-60 heli.

Syntax: [heli, debug, skipStartup, lightsOn, enableDoorguns] call PDT_H60_Startup_fnc_startupBird;

Parameters: heli: Objectarrow-up-right - Hatchet H-60 heli to start. debug:Booleanarrow-up-right - (Optional, default: false) Should the text be displayed/logged. skipStartup: Booleanarrow-up-right - (Optional, default: false) Should the startup sequence be skipped. Door guns will still be enabled. lightsOn: Booleanarrow-up-right - (Optional, default: true) Should the lights be turned on. enableDoorguns: Booleanarrow-up-right - (Optional, default true) Should the door guns be enabled.

Return value: None.

Examples: Example 1: [PDT_Heli] call PDT_H60_Startup_fnc_startupBird; Example 2: [PDT_Heli, false, false, true, false] call PDT_H60_Startup_fnc_startupBird;

Last updated