DCS World Typescript
    Preparing search index...
    {
    * "Count": 6,
    * "_file": "Scripts/Database/db_weapons_data.lua",
    * "Elements": [{"ShapeName":"MK-82"}],
    * "Weight": 1446,
    * "CLSID": "{027563C9-D87E-4A85-B317-597B510E3F03}",
    * "Picture": "FAB250.png",
    * "attribute": [4,5,9,31],
    * "displayName": "6 x Mk-82 - 500lb GP Bombs LD"
    * }
    type l_Weapon = {
        attribute: unknown;
        CLSID: string;
        Count?: number;
        displayName: string;
        Elements: unknown;
        Picture: string;
        Weight: number;
    }
    Index

    Properties

    attribute: unknown
    CLSID: string
    Count?: number
    displayName: string
    Elements: unknown
    Picture: string
    Weight: number