ACE3/addons/csw/functions/fnc_canPickupTripod.sqf
Grim ee79decb45
CSW - Code cleanup (#9777)
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-02-07 20:36:13 -03:00

22 lines
385 B
Plaintext

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