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

    Type Alias BuildableSubsystemSpecialProperties

    type BuildableSubsystemSpecialProperties = {
        buildables: {
            instances: BuildableTypeInstance[];
            typeReference: ObjectReference;
        }[];
        currentLightweightVersion?: number;
        type: "BuildableSubsystemSpecialProperties";
    }
    Index

    Properties

    buildables: {
        instances: BuildableTypeInstance[];
        typeReference: ObjectReference;
    }[]
    currentLightweightVersion?: number
    type: "BuildableSubsystemSpecialProperties"