mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
3f6ffa6ac2
Ideas from AGM and CSE Keeps Progress While Repacking if interrupted Added sounds from CSE
18 lines
548 B
C++
18 lines
548 B
C++
class CfgVehicles {
|
|
class Man;
|
|
class CAManBase: Man {
|
|
class ACE_SelfActions {
|
|
class ACE_RepackMagazines {
|
|
displayName = "$STR_ACE_MagazineRepack_RepackMagazines";
|
|
condition = QUOTE(true);
|
|
statement = QUOTE([_player] call FUNC(openSelectMagazineUI));
|
|
showDisabled = 0;
|
|
priority = -2;
|
|
icon = QUOTE(PATHTOF(UI\repack_ca.paa));
|
|
hotkey = "R";
|
|
enableInside = 1;
|
|
};
|
|
};
|
|
};
|
|
};
|