Parameters:heli:Object - Hatchet H-60 heli whose door gunners to get targets for.
debug:Boolean - (Optional, default: false) Should the text be displayed/logged.
collisionLights:Boolean - (Optional, default: true) Should collision lights be turned on.
positionLights:Boolean - (Optional, default: true) Should position lights be turned on.
cockpitLight:Boolean - (Optional, default: false) Should the cockpit light be turned on.
landingLight:Boolean - (Optional, default: false) Should the landing light be turned on.
upperConsole:Number - (Optional, default 2) Brightness of the upper console. Range: 0-10 inclusive.
lowerConsole:Number - (Optional, default 2) Brightness of the lower console. Range: 0-10 inclusive.
instrumentPannel:Number - (Optional, default 2) Brightness of the instrument panel. Range: 0-10 inclusive.
Return value:
None.
Examples:
Example 1: [PDT_Heli] call PDT_H60_Startup_fnc_manageLights;
Example 2: [PDT_Heli, false, false, true, true] call PDT_H60_Startup_fnc_manageLights;