DDNet - v0.8.1
    Preparing search index...

    Class RecentFinish

    Represents a player recent finish.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    mapName: string

    The name of the finished map.

    mapType: Type

    The type of the map.

    players: { name: string; toPlayer: () => Promise<Player> }[]

    The finish player(s).

    rank: Rank

    The rank obtained.

    The region of this finish.

    timeSeconds: number

    The time of this finish in seconds.

    timestamp: number

    The timestamp of this finish.

    timeString: string

    The string formatted time of this finish.

    "03:23"
    

    Methods