Код:
string Title { get; }
string Name { get; }
string country { get; }
string Category { get; }
Point3d pos { get; }
AiGroundActorType Type { get; }
void Destroy();
bool IsAlive { get; }
AiGroundActorType {
Unknown,
// cars, tanks
Medic,
Motorcycle,
ArmoredCar,
Tractor,
Car,
Amphibian,
SPG,
Tank,
Bus,
LightTruck,
Truck,
Trailer,
// stationary
Balloon,
Generator,
Predictor,
Radar,
RadioBeacon,
RadioBeamProjector,
Listener,
AmmoComposition,
ContainerShort,
ContainerLong,
Artillery,
AAGun,
Plane,
GroundCrew,
// trains/wagons
EngineWagon,
FreightWagon,
PassengerWagon,
// ships
ShipMisc,
ShipTransport,
ShipSmallWarship,
ShipDestroyer,
ShipCruiser,
ShipBattleship,
ShipCarrier,
ShipSubmarine,
// statics
Bridge,
House
}