ACE3/addons/reloadlaunchers/CfgVehicles.hpp
johnb432 59ee36560f
Reload Launchers - Code cleanup (#9334)
* reloadlaunchers cleanup

* Update fnc_canLoad.sqf
2023-08-28 14:27:01 -03:00

16 lines
469 B
C++

class CfgVehicles {
class Man;
class CAManBase: Man {
class ACE_Actions {
class GVAR(ReloadLauncher) {
displayName = CSTRING(LoadLauncher);
selection = "launcher";
distance = 4;
condition = "";
exceptions[] = {"isNotInside", "isNotSwimming"};
insertChildren = QUOTE(_this call FUNC(addMissileReloadActions));
};
};
};
};