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 Fence;
|
||||
class thingX;
|
||||
class ThingX;
|
||||
class NonStrategic;
|
||||
|
||||
class ACE_ConcertinaWireNoGeo: Fence {
|
||||
@ -94,7 +94,7 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
};
|
||||
class ACE_ConcertinaWireCoil: thingX {
|
||||
class ACE_ConcertinaWireCoil: ThingX {
|
||||
XEH_ENABLED;
|
||||
scope = 2;
|
||||
displayName = $STR_ACE_CONCERTINA_WIRECOIL;
|
||||
|
@ -85,7 +85,7 @@ class CfgVehicles {
|
||||
};
|
||||
|
||||
// Barrier
|
||||
class RoadCone_F: thingX {
|
||||
class RoadCone_F: ThingX {
|
||||
XEH_ENABLED;
|
||||
GVAR(canCarry) = 1;
|
||||
GVAR(carryPosition[]) = {0,1,1};
|
||||
|
@ -497,8 +497,8 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
|
||||
class thingX;
|
||||
class ReammoBox_F: thingX {
|
||||
class ThingX;
|
||||
class ReammoBox_F: ThingX {
|
||||
class ACE_Actions {
|
||||
class ACE_MainActions {
|
||||
displayName = CSTRING(MainAction);
|
||||
@ -519,7 +519,7 @@ class CfgVehicles {
|
||||
class ACE_SelfActions {};
|
||||
};
|
||||
|
||||
class ACE_RepairItem_Base: thingX {
|
||||
class ACE_RepairItem_Base: ThingX {
|
||||
class ACE_Actions {
|
||||
class ACE_MainActions {
|
||||
displayName = CSTRING(MainAction);
|
||||
@ -532,7 +532,7 @@ class CfgVehicles {
|
||||
class ACE_SelfActions {};
|
||||
};
|
||||
|
||||
class RoadCone_F: thingX {
|
||||
class RoadCone_F: ThingX {
|
||||
class ACE_Actions {
|
||||
class ACE_MainActions {
|
||||
displayName = CSTRING(MainAction);
|
||||
|
@ -302,8 +302,8 @@ class CfgVehicles {
|
||||
MACRO_REPAIRVEHICLE
|
||||
};
|
||||
|
||||
class thingX;
|
||||
class ACE_RepairItem_Base: thingX {
|
||||
class ThingX;
|
||||
class ACE_RepairItem_Base: ThingX {
|
||||
XEH_ENABLED;
|
||||
icon = "iconObject_circle";
|
||||
mapSize = 0.7;
|
||||
|
@ -42,8 +42,8 @@ class CfgVehicles {
|
||||
};
|
||||
};*/
|
||||
|
||||
class thingX;
|
||||
class ACE_SandbagObject: thingX {
|
||||
class ThingX;
|
||||
class ACE_SandbagObject: ThingX {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
XEH_ENABLED;
|
||||
scope = 1;
|
||||
|
@ -32,8 +32,8 @@ class CfgVehicles {
|
||||
};
|
||||
};
|
||||
|
||||
class thingX;
|
||||
class ACE_TripodObject: thingX {
|
||||
class ThingX;
|
||||
class ACE_TripodObject: ThingX {
|
||||
XEH_ENABLED;
|
||||
EGVAR(dragging,canDrag) = 1;
|
||||
EGVAR(dragging,dragPosition[]) = {0,1,0};
|
||||
|
Loading…
Reference in New Issue
Block a user