screeps-api
    Preparing search index...

    Interface MemoryEvent

    WebSocket event that appears to be related to the Memory inspector watch list.

    Raw sample events:
    ["user:670e0c607317e200125d3aa2/memory/shardSeason/creeps.Scout-80965","undefined"]
    interface MemoryEvent {
        path: string;
        type: "user";
    }
    Index

    Properties

    Properties

    path: string

    memory/${shardName}/${memoryPath}

    type: "user"