mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
405 B
C++
16 lines
405 B
C++
|
|
class CfgVehicles {
|
|
class Man;
|
|
class CAManBase: Man {
|
|
class ACE_Actions {
|
|
class GVAR(ReloadLauncher) {
|
|
displayName = CSTRING(LoadLauncher);
|
|
selection = "launcher";
|
|
distance = 4;
|
|
condition = "";
|
|
insertChildren = QUOTE(_this call FUNC(addMissileReloadActions));
|
|
};
|
|
};
|
|
};
|
|
};
|