ACE3/addons/csw/functions/fnc_canPickupTripod.sqf

22 lines
415 B
Plaintext
Raw Normal View History

#include "..\script_component.hpp"
/*
* Author: tcvm
* Checks if the unit can pickup the tripod
*
* Arguments:
* 0: Tripod <OBJECT>
* 1: Unit (not used) <OBJECT>
*
* Return Value:
* Can pickup <BOOL>
*
* Example:
* [cursorObject, player] call ace_csw_fnc_canPickupTripod
*
* Public: No
*/
params ["_tripod"];
alive _tripod && {((crew _tripod) findIf {alive _x && {!unitIsUAV _x}}) == -1} // return