fn_flipSwitches

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

Description: Flips the startup switches in a Hatchet H-60 heli.

Syntax: [heli] call PDT_H60_Startup_fnc_flipSwitches;

Parameters: heli: Objectarrow-up-right - Hatchet H-60 heli whose switches to flip. debug:Booleanarrow-up-right - (Optional, default: false) Should the text be displayed/logged.

Return value: None.

Examples: Example 1: [PDT_Heli] call PDT_H60_Startup_fnc_flipSwitches;

Last updated