mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
21 lines
329 B
Plaintext
21 lines
329 B
Plaintext
/*
|
|
* Author: Ir0n1E
|
|
* Switches gunbag full/empty for mass calculation.
|
|
*
|
|
* Arguments:
|
|
* 0: Unit <OBJECT>
|
|
*
|
|
* Return Value:
|
|
* Has Gunbag <BOOL>
|
|
*
|
|
* Example:
|
|
* [player] call ace_gunbag_fnc_hasGunbag
|
|
*
|
|
* Public: No
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
params ["_unit"];
|
|
|
|
(backpackContainer _unit) isKindOf QUOTE(ADDON)
|