2015-04-16 03:34:24 +00:00
|
|
|
class CfgVehicles {
|
|
|
|
class Box_NATO_Support_F;
|
|
|
|
class ACE_Box_Misc: Box_NATO_Support_F {
|
|
|
|
class TransportItems {
|
|
|
|
MACRO_ADDITEM(ACE_wirecutter,4);
|
|
|
|
};
|
|
|
|
};
|
2015-08-23 23:39:08 +00:00
|
|
|
|
|
|
|
class Wall_F;
|
|
|
|
class NonStrategic;
|
|
|
|
|
|
|
|
class Land_Net_Fence_4m_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_Net_Fence_8m_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_New_WiredFence_5m_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_New_WiredFence_10m_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_SportGround_fence_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_Wired_Fence_4m_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_Wired_Fence_8m_F: Wall_F { GVAR(isFence) = 1; };
|
2015-10-23 01:54:09 +00:00
|
|
|
class Land_SportGround_fence_noLC_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_Mil_WiredFence_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_IndFnc_Corner_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_IndFnc_9_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_IndFnc_3_Hole_F: Wall_F { GVAR(isFence) = 1; };
|
|
|
|
class Land_IndFnc_3_F: Wall_F { GVAR(isFence) = 1; };
|
2015-08-23 23:39:08 +00:00
|
|
|
class Land_Razorwire_F: NonStrategic { GVAR(isFence) = 1; };
|
2015-04-16 03:34:24 +00:00
|
|
|
};
|