mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3109 from acemod/ThingX
fix ThingX capitalization, fix #3076
This commit is contained in:
commit
3854a5c989
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
class CfgVehicles {
|
class CfgVehicles {
|
||||||
class Fence;
|
class Fence;
|
||||||
class thingX;
|
class ThingX;
|
||||||
class NonStrategic;
|
class NonStrategic;
|
||||||
|
|
||||||
class ACE_ConcertinaWireNoGeo: Fence {
|
class ACE_ConcertinaWireNoGeo: Fence {
|
||||||
@ -94,7 +94,7 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class ACE_ConcertinaWireCoil: thingX {
|
class ACE_ConcertinaWireCoil: ThingX {
|
||||||
XEH_ENABLED;
|
XEH_ENABLED;
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = $STR_ACE_CONCERTINA_WIRECOIL;
|
displayName = $STR_ACE_CONCERTINA_WIRECOIL;
|
||||||
|
@ -85,7 +85,7 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Barrier
|
// Barrier
|
||||||
class RoadCone_F: thingX {
|
class RoadCone_F: ThingX {
|
||||||
XEH_ENABLED;
|
XEH_ENABLED;
|
||||||
GVAR(canCarry) = 1;
|
GVAR(canCarry) = 1;
|
||||||
GVAR(carryPosition[]) = {0,1,1};
|
GVAR(carryPosition[]) = {0,1,1};
|
||||||
|
@ -497,8 +497,8 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class thingX;
|
class ThingX;
|
||||||
class ReammoBox_F: thingX {
|
class ReammoBox_F: ThingX {
|
||||||
class ACE_Actions {
|
class ACE_Actions {
|
||||||
class ACE_MainActions {
|
class ACE_MainActions {
|
||||||
displayName = CSTRING(MainAction);
|
displayName = CSTRING(MainAction);
|
||||||
@ -519,7 +519,7 @@ class CfgVehicles {
|
|||||||
class ACE_SelfActions {};
|
class ACE_SelfActions {};
|
||||||
};
|
};
|
||||||
|
|
||||||
class ACE_RepairItem_Base: thingX {
|
class ACE_RepairItem_Base: ThingX {
|
||||||
class ACE_Actions {
|
class ACE_Actions {
|
||||||
class ACE_MainActions {
|
class ACE_MainActions {
|
||||||
displayName = CSTRING(MainAction);
|
displayName = CSTRING(MainAction);
|
||||||
@ -532,7 +532,7 @@ class CfgVehicles {
|
|||||||
class ACE_SelfActions {};
|
class ACE_SelfActions {};
|
||||||
};
|
};
|
||||||
|
|
||||||
class RoadCone_F: thingX {
|
class RoadCone_F: ThingX {
|
||||||
class ACE_Actions {
|
class ACE_Actions {
|
||||||
class ACE_MainActions {
|
class ACE_MainActions {
|
||||||
displayName = CSTRING(MainAction);
|
displayName = CSTRING(MainAction);
|
||||||
|
@ -302,8 +302,8 @@ class CfgVehicles {
|
|||||||
MACRO_REPAIRVEHICLE
|
MACRO_REPAIRVEHICLE
|
||||||
};
|
};
|
||||||
|
|
||||||
class thingX;
|
class ThingX;
|
||||||
class ACE_RepairItem_Base: thingX {
|
class ACE_RepairItem_Base: ThingX {
|
||||||
XEH_ENABLED;
|
XEH_ENABLED;
|
||||||
icon = "iconObject_circle";
|
icon = "iconObject_circle";
|
||||||
mapSize = 0.7;
|
mapSize = 0.7;
|
||||||
|
@ -42,8 +42,8 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
};*/
|
};*/
|
||||||
|
|
||||||
class thingX;
|
class ThingX;
|
||||||
class ACE_SandbagObject: thingX {
|
class ACE_SandbagObject: ThingX {
|
||||||
author = ECSTRING(common,ACETeam);
|
author = ECSTRING(common,ACETeam);
|
||||||
XEH_ENABLED;
|
XEH_ENABLED;
|
||||||
scope = 1;
|
scope = 1;
|
||||||
|
@ -32,8 +32,8 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class thingX;
|
class ThingX;
|
||||||
class ACE_TripodObject: thingX {
|
class ACE_TripodObject: ThingX {
|
||||||
XEH_ENABLED;
|
XEH_ENABLED;
|
||||||
EGVAR(dragging,canDrag) = 1;
|
EGVAR(dragging,canDrag) = 1;
|
||||||
EGVAR(dragging,dragPosition[]) = {0,1,0};
|
EGVAR(dragging,dragPosition[]) = {0,1,0};
|
||||||
|
Loading…
Reference in New Issue
Block a user