Function setParentMatchCompleted

  • Sets the parent match to a completed status if all its child games are completed.

    Parameters

    • parent: Pick<MatchResults, "opponent1" | "opponent2">

      The partial parent match to update.

    • childCount: number

      Child count of this parent match.

    • inRoundRobin: boolean

      Indicates whether the parent match is in a round-robin stage.

    Returns void

Generated using TypeDoc