screeps-api
    Preparing search index...

    Interface ScoreboardUser

    interface ScoreboardUser {
        badge: UserBadge;
        rank: number;
        score?: number;
        username: string;
    }
    Index

    Properties

    badge: UserBadge
    rank: number

    The player's current rank for this season; ties appear to be broken in alphabetical order.

    score?: number

    The player's current score for this season; may be undefined if the player hasn't scored anything yet.

    username: string

    A player's username