screeps-api
    Preparing search index...

    Interface UserConsoleEventData

    Payload of a UserConsoleEvent

    interface UserConsoleEventData {
        error?: string;
        messages?: UserConsoleMessages;
        shard?: string;
    }
    Index

    Properties

    error?: string

    Console messages/results from the previous tick. Undefined if no output was produced.

    shard?: string

    The shard name (undefined on unofficial servers)