ACE3/addons/common/functions/fnc_getTurretCopilot.sqf
2016-05-21 13:29:42 +02:00

20 lines
435 B
Plaintext

/*
* Author: commy2
* Get the turret index of a vehicles copilot.
*
* Arguments:
* 0: Vehicle <OBJECT>
*
* Return Value:
* Vehicle Copilot Turret indecies <ARRAY>
*
* Public: Yes
*/
#include "script_component.hpp"
params [["_vehicle", objNull, [objNull]]];
fullCrew [_vehicle, "turret", true] apply {_x select 3} select {
getNumber ([_vehicle, _x] call CBA_fnc_getTurret >> "isCopilot") == 1
} param [0, []] // return