screeps-api
    Preparing search index...

    Interface UserResourceEvent

    WebSocket event for updates to account-bound resources.

    When subscribed, the server will send an event whenever a resource amount is updated.

    Raw sample events:
    ["user:670e0c607317e200125d3aa2/resources",{"credits":0}]
    interface UserResourceEvent {
        data: UserResourceEventData;
        path: "resources";
        type: "user";
    }
    Index

    Properties

    Properties

    path: "resources"
    type: "user"