Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Armake complaints #412

Merged
merged 5 commits into from
Dec 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Achilles_Dev_Tools_Module_Base : Achilles_Module_Base
{
//subCategory = "$STR_AMAE_DEV_TOOLS";
Category = "Achilles_fac_DevTools";
}
};

class Achilles_Bind_Variable_Module : Achilles_Dev_Tools_Module_Base
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Ares_FireSupport_Function_Base
{
file = "\achilles\modules_f_ares\FireSupport\functions";
class FireSupportArtilleryFireMission {};;
class FireSupportArtilleryFireMission {};
};
6 changes: 3 additions & 3 deletions @AresModAchillesExpansion/addons/ui_f/cfgFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class CfgFunctions
file = "\achilles\ui_f\functions\replacement";

class initCuratorAttribute;
}
};
};

class Ares
Expand All @@ -79,6 +79,6 @@ class CfgFunctions
file = "\achilles\ui_f\functions\dynamic";

class ShowChooseDialog;
}
}
};
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class RscDisplayAttributes
// define class ammo for vehicles and units
class RscAttributeAmmo: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeAmmo"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeAmmo','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
idc = 14775;
x = 7 * BIGUI_GRID_W_FIX + (safezoneX);
y = 10 * BIGUI_GRID_H_FIX + safezoneY + (safezoneH - 25 * BIGUI_GRID_H_FIX);
Expand Down Expand Up @@ -100,57 +100,57 @@ class RscAttributeAmmo: RscControlsGroupNoScrollbars

class RscAttributeRank: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeRank"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeRank','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeSkill: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeSkill"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeSkill','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeFuel: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeFuel"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeFuel','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeDamage: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeDamage"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeDamage','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeLock: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeLock"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeLock','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeUnitPos: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeUnitPos"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeUnitPos','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeFormation: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeFormation"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeFormation','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeSpeedMode: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeSpeedMode"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeSpeedMode','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeRespawnVehicle : RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeRespawnVehicle"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeRespawnVehicle','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeGroupID2 : RscAttributeGroupID
{
onSetFocus = "[_this,""RscAttributeGroupID2"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeGroupID2','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeRespawnPosition: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeRespawnPosition"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeRespawnPosition','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";

class controls
{
Expand All @@ -168,7 +168,7 @@ class RscAttributeRespawnPosition: RscControlsGroupNoScrollbars

class RscAttributeName: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeName"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeName','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
idc = 119279;
x = 7 * BIGUI_GRID_W_FIX + (safezoneX);
y = 10 * BIGUI_GRID_H_FIX + safezoneY + (safezoneH - 25 * BIGUI_GRID_H_FIX);
Expand Down Expand Up @@ -205,7 +205,7 @@ class RscAttributeName: RscControlsGroupNoScrollbars

class RscAttributeHeadlight: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeHeadlight"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeHeadlight','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
idc = 114725;
x = 7 * BIGUI_GRID_W_FIX + safezoneX + (safezoneW - 40 * BIGUI_GRID_W_FIX) / 2;
y = 10 * BIGUI_GRID_H_FIX + safezoneY + (safezoneH - 25 * BIGUI_GRID_H_FIX) / 2;
Expand Down Expand Up @@ -275,7 +275,7 @@ class RscAttributeHeadlight: RscControlsGroupNoScrollbars

class RscAttributeEngine: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeEngine"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeEngine','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
idc = 114726;
x = 7 * BIGUI_GRID_W_FIX + safezoneX + (safezoneW - 40 * BIGUI_GRID_W_FIX) / 2;
y = 10 * BIGUI_GRID_H_FIX + safezoneY + (safezoneH - 25 * BIGUI_GRID_H_FIX) / 2;
Expand Down Expand Up @@ -346,7 +346,7 @@ class RscAttributeEngine: RscControlsGroupNoScrollbars
// define combat modes for groups and waypoints
class RscAttributeCombatMode : RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeCombatMode"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeCombatMode','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
idc = 124569;
x = 7 * BIGUI_GRID_W_FIX + safezoneX + (safezoneW - 40 * BIGUI_GRID_W_FIX) / 2;
y = 10 * BIGUI_GRID_H_FIX + safezoneY + (safezoneH - 25 * BIGUI_GRID_H_FIX) / 2;
Expand Down Expand Up @@ -446,7 +446,7 @@ class RscAttributeCombatMode : RscControlsGroupNoScrollbars
// implement careless option for groups and waypoints
class RscAttributeBehaviour: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeBehaviour"",'AresDisplays'] call (uiNamespace getVariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeBehaviour','AresDisplays'] call (uiNamespace getVariable 'Achilles_fnc_initCuratorAttribute')";
class controls
{
class Title: RscText
Expand All @@ -469,17 +469,17 @@ class RscAttributeBehaviour: RscControlsGroupNoScrollbars

class RscAttributeOwners : RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeOwners"",'AresDisplays'] call (uiNamespace getVariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeOwners','AresDisplays'] call (uiNamespace getVariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeOwners2 : RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeOwners2"",'AresDisplays'] call (uiNamespace getVariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeOwners2','AresDisplays'] call (uiNamespace getVariable 'Achilles_fnc_initCuratorAttribute')";
};

class RscAttributeExec : RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeExec"",'AresDisplays'] call (uiNamespace getVariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeExec','AresDisplays'] call (uiNamespace getVariable 'Achilles_fnc_initCuratorAttribute')";
adminOnly = 0;
codeExecution = 1;
class controls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

class RscAttributeCAS : RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeCAS"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeCAS','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class RscDisplayAttributesGroup: RscDisplayAttributes
{
scriptName = "RscDisplayAttributesGroup";
scriptPath = "AresDisplays";
onLoad = "[""onLoad"",_this,""RscDisplayAttributesGroup"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "[""onUnload"",_this,""RscDisplayAttributesGroup"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onLoad = "['onLoad',_this,'RscDisplayAttributesGroup','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "['onUnload',_this,'RscDisplayAttributesGroup','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";

class Controls : Controls
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class RscDisplayAttributesMan: RscDisplayAttributes
{
scriptName = "RscDisplayAttributesMan";
scriptPath = "AresDisplays";
onLoad = "[""onLoad"",_this,""RscDisplayAttributesMan"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "[""onUnload"",_this,""RscDisplayAttributesMan"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onLoad = "['onLoad',_this,'RscDisplayAttributesMan','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "['onUnload',_this,'RscDisplayAttributesMan','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";

class Controls: Controls
{
Expand Down Expand Up @@ -43,12 +43,12 @@ class RscDisplayAttributesMan: RscDisplayAttributes
{
text = "$STR_AMAE_ARSENAL";
onMouseButtonClick = "(findDisplay -1) closeDisplay 1; \
[""Open"",[true,nil,BIS_fnc_initCuratorAttributes_target]] call bis_fnc_arsenal; \
['Open',[true,nil,BIS_fnc_initCuratorAttributes_target]] call bis_fnc_arsenal; \
[BIS_fnc_initCuratorAttributes_target] spawn { \
waitUntil { sleep 1; isnull ( uinamespace getvariable ""RSCDisplayArsenal"" ) }; \
params [""_template_unit""]; \
waitUntil { sleep 1; isnull ( uinamespace getvariable 'RSCDisplayArsenal' ) }; \
params ['_template_unit']; \
_loadout = getUnitLoadout _template_unit; \
_curatorSelected = [""man""] call Achilles_fnc_getCuratorSelected; \
_curatorSelected = ['man'] call Achilles_fnc_getCuratorSelected; \
{_x setUnitLoadout _loadout} forEach _curatorSelected; \
}";
colorBackground[] = {0.518,0.016,0,0.8};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Add: RscControlsGroupNoScrollbars
{
idc = 2801;
checked = 1;
onLoad = "if (isNil ""Achilles_var_deleteCrewOnSpawn"") then {(_this select 0) cbSetChecked true} else {(_this select 0) cbSetChecked false}";
onLoad = "if (isNil 'Achilles_var_deleteCrewOnSpawn') then {(_this select 0) cbSetChecked true} else {(_this select 0) cbSetChecked false}";
onCheckedChanged = "Achilles_var_deleteCrewOnSpawn = if (_this select 1 == 0) then {true} else {nil}";
x = 9.5 * BIGUI_GRID_W_FIX;
y = safezoneH - 4.5 * BIGUI_GRID_H_FIX;
Expand All @@ -129,7 +129,7 @@ class Add: RscControlsGroupNoScrollbars
class Ares_Checkbox_Position: RscCheckbox
{
idc = 2800;
onLoad = "if (isNil ""Achilles_var_specifyPositionBeforeSpawn"") then {(_this select 0) cbSetChecked false} else {(_this select 0) cbSetChecked true}";
onLoad = "if (isNil 'Achilles_var_specifyPositionBeforeSpawn') then {(_this select 0) cbSetChecked false} else {(_this select 0) cbSetChecked true}";
onCheckedChanged = "Achilles_var_specifyPositionBeforeSpawn = if (_this select 1 == 0) then {nil} else {true}";
x = 9.5 * BIGUI_GRID_W_FIX;
y = safezoneH - 3.4 * BIGUI_GRID_H_FIX;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class RscAttributeDate: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeDate"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeDate','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
idc = 122438;
x = 7 * BIGUI_GRID_W_FIX + (safezoneX);
y = 10 * BIGUI_GRID_H_FIX + (safezoneY + safezoneH - 25* BIGUI_GRID_H_FIX);
Expand Down Expand Up @@ -257,8 +257,8 @@ class RscDisplayAttributesModuleSetDate: RscDisplayAttributes
{
scriptName = "RscDisplayAttributesModuleSetDate";
scriptPath = "AresDisplays";
onLoad = "[""onLoad"",_this,""RscDisplayAttributesModuleSetDate"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "[""onUnload"",_this,""RscDisplayAttributesModuleSetDate"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onLoad = "['onLoad',_this,'RscDisplayAttributesModuleSetDate','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "['onUnload',_this,'RscDisplayAttributesModuleSetDate','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";

class Controls : Controls {
class Background : Background {};
Expand All @@ -278,7 +278,7 @@ class RscDisplayAttributesModuleSetDate: RscDisplayAttributes
class ButtonBehaviour : ButtonCustom
{
text = "$STR_AMAE_PREVIEW";
onMouseButtonClick = "with uiNamespace do {[""preview"",[ctrlParent (_this select 0)],objnull] call RscAttributeDate};";
onMouseButtonClick = "with uiNamespace do {['preview',[ctrlParent (_this select 0)],objnull] call RscAttributeDate};";
colorBackground[] = {0.518,0.016,0,0.8};
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class RscDisplayAttributesVehicle : RscDisplayAttributes
{
scriptName = "RscDisplayAttributesVehicle";
scriptPath = "AresDisplays";
onLoad = "[""onLoad"",_this,""RscDisplayAttributesVehicle"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "[""onUnload"",_this,""RscDisplayAttributesVehicle"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onLoad = "['onLoad',_this,'RscDisplayAttributesVehicle','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "['onUnload',_this,'RscDisplayAttributesVehicle','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";

class Controls : Controls
{
Expand Down Expand Up @@ -35,7 +35,7 @@ class RscDisplayAttributesVehicle : RscDisplayAttributes
{
text = "$STR_AMAE_GARAGE";
onMouseButtonClick = "(findDisplay -1) closeDisplay 1; \
[""Open"", [false, BIS_fnc_initCuratorAttributes_target]] call BIS_fnc_garage";
['Open', [false, BIS_fnc_initCuratorAttributes_target]] call BIS_fnc_garage";
colorBackground[] = {0.518,0.016,0,0.8};
};
class ButtonCargo : ButtonCustomLeft
Expand Down Expand Up @@ -76,8 +76,8 @@ class RscDisplayAttributesVehicleEmpty : RscDisplayAttributes
{
scriptName = "RscDisplayAttributesVehicle";
scriptPath = "AresDisplays";
onLoad = "[""onLoad"",_this,""RscDisplayAttributesVehicle"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "[""onUnload"",_this,""RscDisplayAttributesVehicle"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onLoad = "['onLoad',_this,'RscDisplayAttributesVehicle','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "['onUnload',_this,'RscDisplayAttributesVehicle','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";

class Controls : Controls
{
Expand All @@ -104,13 +104,13 @@ class RscDisplayAttributesVehicleEmpty : RscDisplayAttributes
{
text = "$STR_AMAE_GARAGE";
onMouseButtonClick = "(findDisplay -1) closeDisplay 1; \
[""Open"", [false, BIS_fnc_initCuratorAttributes_target]] call BIS_fnc_garage";
['Open', [false, BIS_fnc_initCuratorAttributes_target]] call BIS_fnc_garage";
colorBackground[] = {0.518,0.016,0,0.8};
};
class ButtonCargo : ButtonCustomLeft
{
text = "$STR_AMAE_CARGO";
onMouseButtonClick = "createDialog ""RscDisplayAttributesInventory""";
onMouseButtonClick = "createDialog 'RscDisplayAttributesInventory'";
colorBackground[] = {0.518,0.016,0,0.8};
};
class ButtonAmmo : ButtonCustomLeftBelow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CfgCurator
// Change aviable waypoints in corresponding resource
class RscAttributeWaypointType: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeWaypointType"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeWaypointType','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
h = 8.5 * BIGUI_GRID_H_FIX;
class controls
{
Expand All @@ -37,7 +37,7 @@ class RscAttributeWaypointType: RscControlsGroupNoScrollbars
{
rows = 6;
columns = 3;
names[] = {"MOVE","CYCLE","SAD","HOLD","SENTRY","configFile >> ""cfgWaypoints"" >> ""Achilles"" >> ""SearchBuilding""","GETOUT","UNLOAD","TR UNLOAD","configFile >> ""cfgWaypoints"" >> ""Achilles"" >> ""Land""","configFile >> ""cfgWaypoints"" >> ""Achilles"" >> ""Fastroping""","configFile >> ""cfgWaypoints"" >> ""Achilles"" >> ""Paradrop""","HOOK","UNHOOK","configFile >> ""cfgWaypoints"" >> ""Achilles"" >> ""Repair""","configFile >> ""cfgWaypoints"" >> ""A3"" >> ""Demine"""};
names[] = {"MOVE","CYCLE","SAD","HOLD","SENTRY","configFile >> 'cfgWaypoints' >> 'Achilles' >> 'SearchBuilding'","GETOUT","UNLOAD","TR UNLOAD","configFile >> 'cfgWaypoints' >> 'Achilles' >> 'Land'","configFile >> 'cfgWaypoints' >> 'Achilles' >> 'Fastroping'","configFile >> 'cfgWaypoints' >> 'Achilles' >> 'Paradrop'","HOOK","UNHOOK","configFile >> 'cfgWaypoints' >> 'Achilles' >> 'Repair'","configFile >> 'cfgWaypoints' >> 'A3' >> 'Demine'"};
strings[] = {"$STR_ac_move","$STR_ac_cycle","$STR_ac_seekanddestroy","$STR_ac_hold","$STR_ac_sentry","$STR_AMAE_WP_SEARCH_BUILDING","$STR_ac_getout","$STR_ac_unload","$STR_ac_transportunload","$STR_A3_CfgWaypoints_Land","$STR_AMAE_FASTROPING","$STR_AMAE_PARADROP","$STR_AMAE_LIFT_CLOSEST","$STR_ac_unhook","$STR_AMAE_WP_REPAIR","$STR_A3_Functions_F_Orange_Demine"};
h = 7.5 * BIGUI_GRID_H_FIX;
};
Expand All @@ -46,16 +46,16 @@ class RscAttributeWaypointType: RscControlsGroupNoScrollbars

class RscAttributeWaypointTimeout: RscControlsGroupNoScrollbars
{
onSetFocus = "[_this,""RscAttributeWaypointTimeout"",'AresDisplays'] call (uinamespace getvariable ""Achilles_fnc_initCuratorAttribute"")";
onSetFocus = "[_this,'RscAttributeWaypointTimeout','AresDisplays'] call (uinamespace getvariable 'Achilles_fnc_initCuratorAttribute')";
};

// include combat modes attribute
class RscDisplayAttributesWaypoint: RscDisplayAttributes
{
scriptName = "RscDisplayAttributesWaypoint";
scriptPath = "AresDisplays";
onLoad = "[""onLoad"",_this,""RscDisplayAttributesWaypoint"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "[""onUnload"",_this,""RscDisplayAttributesWaypoint"",'AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onLoad = "['onLoad',_this,'RscDisplayAttributesWaypoint','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";
onUnload = "['onUnload',_this,'RscDisplayAttributesWaypoint','AresDisplays'] call (uinamespace getvariable 'BIS_fnc_initDisplay')";

class Controls: Controls
{
Expand Down
Loading