mwg API
    Preparing search index...

    Class RunHistory<T>

    Type Parameters

    • T
    Index
    • Every recorded run sorted by a field of its own summary - explicitly a local, personal ranking over this player's own history, not a networked leaderboard comparing players against each other, which mwg does not attempt here.

      Parameters

      • by: (summary: T) => number
      • order: "asc" | "desc" = 'desc'

      Returns readonly RunHistoryEntry<T>[]