Class Replays

Represents a list of replays for a given match. Each player in the match may have uploaded a replay. So there can be up to 2, but sometimes there are 0 or 1 available.

Hierarchy

  • Replays

Constructors

Properties

replays: Replay[]

Accessors

  • get firstReplayUploaded(): undefined | Replay
  • The first uploaded replay (first one uploaded by a player of the given match)

    Returns undefined | Replay

  • get lastReplayUploaded(): undefined | Replay
  • The most recently uploaded replay (last one uploaded by a player of the given match)

    Returns undefined | Replay

Generated using TypeDoc