ACE3/addons/tacticalladder/config.cpp

23 lines
541 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
2015-06-14 08:37:21 +00:00
requiredAddons[] = {"ace_apl", "ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"Rocko", "Ruthberg"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
2016-05-24 13:13:11 +00:00
class ACE_newEvents {
interactMenuOpened = "ace_interactMenuOpened";
2016-05-24 14:06:17 +00:00
};