Parameters:heli:Object - Hatchet H-60 heli to start.
debug:Boolean - (Optional, default: false) Should the text be displayed/logged.
skipStartup:Boolean - (Optional, default: false) Should the startup sequence be skipped. Door guns will still be enabled.
lightsOn:Boolean - (Optional, default: true) Should the lights be turned on.
enableDoorguns:Boolean - (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;