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

    Type Alias FGDynamicStruct

    generic Dynamic struct. if

    is true, it also has a

    and

    Else not.

    is only filled for the FIN mod so far.

    type FGDynamicStruct = {
        hasValidStruct: boolean;
        properties?: PropertiesMap;
        rawBytes?: number[];
        structReference?: ObjectReference;
    }
    Index

    Properties

    hasValidStruct: boolean
    properties?: PropertiesMap
    rawBytes?: number[]
    structReference?: ObjectReference