ACE3/addons/disposable/config.cpp

23 lines
593 B
C++
Raw Normal View History

2015-01-13 19:12:37 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {};
weapons[] = {"ACE_launch_NLAW_ready_F","ACE_launch_NLAW_used_F"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"commy2"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
2019-04-21 16:58:20 +00:00
class CBA_DisposableLaunchers {
2019-04-25 16:30:35 +00:00
ACE_launch_NLAW_ready_F[] = {"launch_NLAW_F","ACE_launch_NLAW_used_F"};
2019-04-21 16:58:20 +00:00
};
2015-01-13 19:12:37 +00:00
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"