DCS World Typescript
    Preparing search index...
    {
    * "swapped_names": true,
    * "mapclasskey": "P0091000352",
    * "type": "ammo_cargo",
    * "life": 5,
    * "canExplode": false,
    * "couldCargo": true,
    * "Rate": 100,
    * "DisplayName": "Ammo",
    * "ShapeNameDstr": "ammo_box_cargo_dam",
    * "mass": 1500,
    * "Name": "Ammo",
    * "category": "Cargo",
    * "ShapeName": "ammo_box_cargo",
    * "maxMass": 2000,
    * "attribute": [
    * "Cargos"
    * ],
    * "minMass": 1000
    * }
    type l_Cargos = {
        _file?: string;
        _origin?: string;
        attribute: string[];
        canExplode: boolean;
        category: "Cargo";
        couldCargo: boolean;
        DisplayName: string;
        enablePlayerCanDrive?: boolean;
        life?: number;
        Life?: number;
        mapclasskey: string;
        mass: number;
        maxMass: number;
        minMass: number;
        Name: string;
        Rate: number;
        shape_table_data?: {
            file: string;
            life: number;
            name: string;
            username: string;
        }[];
        ShapeName: string;
        ShapeNameDstr?: string;
        swapped_names: boolean;
        type: string;
    }
    Index

    Properties

    _file?: string
    _origin?: string
    attribute: string[]
    canExplode: boolean
    category: "Cargo"
    couldCargo: boolean
    DisplayName: string
    enablePlayerCanDrive?: boolean
    life?: number
    Life?: number
    mapclasskey: string
    mass: number
    maxMass: number
    minMass: number
    Name: string
    Rate: number
    shape_table_data?: {
        file: string;
        life: number;
        name: string;
        username: string;
    }[]
    ShapeName: string
    ShapeNameDstr?: string
    swapped_names: boolean
    type: string