screeps-api
    Preparing search index...

    Interface UserCpuEventData

    Payload of a UserCpuEvent

    interface UserCpuEventData {
        cpu: number;
        memory: number;
    }
    Index

    Properties

    Properties

    cpu: number

    CPU used last tick (integer value)

    memory: number

    Current memory usage (in bytes)