ACE3/addons/common/functions/fnc_getTurretsOther.sqf

23 lines
540 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
/*
* Author: commy2
* Get the turret indices of other turrets (not gunner, commander, copilot or ffv).
*
2015-09-20 21:18:51 +00:00
* Arguments:
* 0: Vehicle <OBJECT>
*
* Return Value:
* Vehicle Other Turret indecies <ARRAY>
*
* Example:
* [car] call ace_common_fnc_getTurretsOther
*
2015-09-20 21:18:51 +00:00
* Public: Yes
*/
params [["_vehicle", objNull, [objNull]]];
2016-05-21 11:29:42 +00:00
fullCrew [_vehicle, "turret", true] select {!(_x select 4)} apply {_x select 3} select {
getNumber ([_vehicle, _x] call CBA_fnc_getTurret >> "isCopilot") != 1
} // return