mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tabs to Spaces, Removed unused GUI class
This commit is contained in:
parent
633e94a114
commit
1a2e7d0596
@ -1,5 +1,4 @@
|
|||||||
class CfgVehicles {
|
class CfgVehicles {
|
||||||
|
|
||||||
class Module_F;
|
class Module_F;
|
||||||
class ACE_ModuleInteraction: Module_F {
|
class ACE_ModuleInteraction: Module_F {
|
||||||
author = "$STR_ACE_Common_ACETeam";
|
author = "$STR_ACE_Common_ACETeam";
|
||||||
@ -562,5 +561,4 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
class ACE_SelfActions {};
|
class ACE_SelfActions {};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
|
|
||||||
#define HSPACE 0.5-2.0/16/2
|
#define HSPACE 0.5-2.0/16/2
|
||||||
#define VSPACE 0.5-0.3/9/2
|
#define VSPACE 0.5-0.3/9/2
|
||||||
|
|
||||||
class RscStructuredText;
|
|
||||||
class ACE_Interaction_Button_Base {
|
class ACE_Interaction_Button_Base {
|
||||||
tooltip = "";
|
tooltip = "";
|
||||||
//action = "ACE_Interaction_isMousePressed = true;(findDisplay 1713999) closeDisplay 1;_action = ACE_Interaction_Buttons select ACE_Interaction_SelectedButton;ACE_Interaction_SelectedButton = -1; if (call (_action select 2)) then {call (_action select 1)};";
|
//action = "ACE_Interaction_isMousePressed = true;(findDisplay 1713999) closeDisplay 1;_action = ACE_Interaction_Buttons select ACE_Interaction_SelectedButton;ACE_Interaction_SelectedButton = -1; if (call (_action select 2)) then {call (_action select 1)};";
|
||||||
|
@ -3,7 +3,6 @@ ace_interaction
|
|||||||
|
|
||||||
Provides interaction options between units.
|
Provides interaction options between units.
|
||||||
|
|
||||||
|
|
||||||
## Maintainers
|
## Maintainers
|
||||||
|
|
||||||
The people responsible for merging changes to this component or answering potential questions.
|
The people responsible for merging changes to this component or answering potential questions.
|
||||||
|
@ -13,10 +13,8 @@ class CfgPatches {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#include "CfgEventHandlers.hpp"
|
#include "CfgEventHandlers.hpp"
|
||||||
|
|
||||||
#include "CfgVehicles.hpp"
|
#include "CfgVehicles.hpp"
|
||||||
|
#include "Menu_Config.hpp"
|
||||||
#include <Menu_Config.hpp>
|
|
||||||
|
|
||||||
class ACE_Settings {
|
class ACE_Settings {
|
||||||
class GVAR(EnableTeamManagement) {
|
class GVAR(EnableTeamManagement) {
|
||||||
|
Loading…
Reference in New Issue
Block a user