ACE3/addons/common/functions/fnc_getTurretGunner.sqf

18 lines
350 B
Plaintext
Raw Normal View History

/*
* Author: commy2
* Get the turret index of a vehicles gunner.
*
2015-09-20 21:18:51 +00:00
* Arguments:
* 0: Vehicle <OBJECT>
*
* Return Value:
* Vehicle Gunner Turret indecies <ARRAY>
*
2015-09-20 21:18:51 +00:00
* Public: Yes
*/
2015-01-13 19:56:02 +00:00
#include "script_component.hpp"
params [["_vehicle", objNull, [objNull]]];
2016-05-21 11:22:13 +00:00
(fullCrew [_vehicle, "gunner", true] apply {_x select 3}) param [0, []] // return