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

    Type Alias FINLuaRuntimePersistenceState

    type FINLuaRuntimePersistenceState = {
        globals: string;
        references: ObjectReference[];
        remainingRawData: number[];
        structs: FIRInstancedStruct[];
        thread: string;
        traces: FINNetworkTrace[];
    }
    Index

    Properties

    globals: string
    references: ObjectReference[]
    remainingRawData: number[]
    thread: string
    traces: FINNetworkTrace[]