mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
263 B
Plaintext
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)
|