1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/reloadlaunchers/CfgVehicles.hpp
johnb432 59ee36560f
Reload Launchers - Code cleanup ()
* 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));
};
};
};
};