ACE3/addons/gunbag/functions/fnc_isGunbag.sqf
2016-05-03 10:21:21 +02:00

19 lines
263 B
Plaintext

/*
* Author: Ir0n1E
* switches gunbag full/empty for mass calculation
*
* Arguments:
* 0: Unit <OBJECT>
*
* Return Value:
* (BOOL)
*
* Public: No
*/
#include "script_component.hpp"
params ["_unit"];
backpackContainer _unit isKindOf QUOTE(CLASSNAME)