@etothepii/satisfactory-file-parser
    Preparing search index...

    Type Alias VehicleSpecialProperties

    type VehicleSpecialProperties = {
        objects: VehiclePhysicsData[];
        type: "VehicleSpecialProperties";
        vehicleBehind?: ObjectReference;
        vehicleInFront?: ObjectReference;
    }
    Index

    Properties

    type: "VehicleSpecialProperties"
    vehicleBehind?: ObjectReference
    vehicleInFront?: ObjectReference