mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
|
// by commy2
|
||
|
|
||
|
private ["_weapon", "_config"];
|
||
|
|
||
|
_weapon = _this select 0;
|
||
|
|
||
|
_config = configFile >> "CfgWeapons" >> _weapon;
|
||
|
|
||
|
getNumber (_config >> "AGM_Bipod") == 1 || {getNumber (_config >> "tmr_autorest_deployable") == 1}
|