123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- class Car_F;
- class Wheeled_APC_F: Car_F
- {
- class ViewOptics;
- class ViewCargo;
- class EventHandlers;
-
- class NewTurret;
- class Turrets
- {
- class MainTurret: NewTurret
- {
- class ViewOptics;
- class Turrets
- {
- class CommanderOptics;
- };
- class Components;
- };
- };
- class Components;
- };
- class O_SWOP_AAT_base:Wheeled_APC_F
- {
- class Turrets:Turrets
- {
- class MainTurret:MainTurret
- {
- class Components:Components
- {
- class VehicleSystemsDisplayManagerComponentLeft;
-
- class VehicleSystemsDisplayManagerComponentRight;
-
- };
- };
- };
- class HitPoints;
- class Components:Components
- {
- class AICarSteeringComponent;
- class TransportCountermeasuresComponent;
- class VehicleSystemsDisplayManagerComponentLeft;
-
- class VehicleSystemsDisplayManagerComponentRight;
-
- };
- };
- class O_O_SWOP_AAT_base:O_SWOP_AAT_base
- {
- class Turrets:Turrets
- {
- class MainTurret:MainTurret
- {
- class Turrets;
- class Components:Components
- {
- class VehicleSystemsDisplayManagerComponentLeft:VehicleSystemsDisplayManagerComponentLeft
- {
- class Components;
-
- };
- class VehicleSystemsDisplayManagerComponentRight:VehicleSystemsDisplayManagerComponentRight
- {
- class Components;
- };
- };
- };
-
- };
- class HitPoints:HitPoints
- {
- class HitBody;
- class HitEngine;
- class HitFuel;
- class HitLFWheel;
- class HitLMWheel;
- class HitLF2Wheel;
- class HitRFWheel;
- class HitRMWheel;
- class HitRF2Wheel;
- };
- class Components:Components
- {
- class AICarSteeringComponent:AICarSteeringComponent
- {
- };
- class TransportCountermeasuresComponent:TransportCountermeasuresComponent
- {
- };
- class VehicleSystemsDisplayManagerComponentLeft:VehicleSystemsDisplayManagerComponentLeft
- {
- class Components;
-
- };
- class VehicleSystemsDisplayManagerComponentRight:VehicleSystemsDisplayManagerComponentRight
- {
- class Components;
-
- };
- };
- };
- class O_SWOP_AAT_1:O_O_SWOP_AAT_base
- {
- scope=0;
- class Turrets:Turrets
- {
- class MainTurret:MainTurret
- {
- class Turrets:Turrets
- {
- class CommanderOptics;
- };
- class Components:Components
- {
- class VehicleSystemsDisplayManagerComponentLeft:VehicleSystemsDisplayManagerComponentLeft
- {
- class Components:Components
- {
- class VehicleDriverDisplay;
-
- class VehiclePrimaryGunnerDisplay;
-
- class EmptyDisplay;
-
- class MinimapDisplay;
-
- class MineDetectorDisplay;
-
- class CrewDisplay;
-
- class UAVDisplay;
-
- class SlingLoadDisplay;
-
- };
- };
- class VehicleSystemsDisplayManagerComponentRight:VehicleSystemsDisplayManagerComponentRight
- {
- class Components:Components
- {
- class VehicleDriverDisplay;
-
- class VehiclePrimaryGunnerDisplay;
-
- class EmptyDisplay;
-
- class MinimapDisplay;
-
- class MineDetectorDisplay;
-
- class CrewDisplay;
-
- class UAVDisplay;
-
- class SlingLoadDisplay;
-
- };
- };
- };
- };
- };
- class HitPoints:HitPoints
- {
- class HitBody: HitBody
- {
- };
- class HitEngine: HitEngine
- {
- };
- class HitFuel: HitFuel
- {
- };
- class HitLFWheel: HitLFWheel
- {
- };
- class HitLMWheel: HitLMWheel
- {
- };
- class HitLF2Wheel: HitLF2Wheel
- {
- };
- class HitRFWheel: HitRFWheel
- {
- };
- class HitRMWheel: HitRMWheel
- {
- };
- class HitRF2Wheel: HitRF2Wheel
- {
- };
- };
- //drivers comp
- class Components:Components
- {
-
- class VehicleSystemsDisplayManagerComponentLeft:VehicleSystemsDisplayManagerComponentLeft
- {
- class Components:Components
- {
- class CrewDisplay;
-
- class EmptyDisplay;
-
- class MineDetectorDisplay;
-
- class MinimapDisplay;
-
- class SlingLoadDisplay;
-
- class UAVDisplay;
-
- class VehicleCommanderDisplay;
-
- class VehiclePrimaryGunnerDisplay;
-
- };
- };
- class VehicleSystemsDisplayManagerComponentRight:VehicleSystemsDisplayManagerComponentRight
- {
- class Components:Components
- {
- class CrewDisplay;
-
- class EmptyDisplay;
-
- class MineDetectorDisplay;
-
- class MinimapDisplay;
-
- class SlingLoadDisplay;
-
- class UAVDisplay;
-
- class VehicleCommanderDisplay;
-
- class VehiclePrimaryGunnerDisplay;
- };
- };
- };
- };
|