fn_getTargets

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

Description: Gets a list of targets for the door guns.

Syntax: [heli] call PDT_H60_Startup_fnc_getTarget;

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

Return value: None. It updates a set of variables on the helicopter.

Examples: Example 1: [PDT_Heli] call PDT_H60_Startup_fnc_getTarget;

Last updated