Table of Contents

Class RoundEndedEventArgs

Namespace
Exiled.Events.EventArgs.Server
Assembly
Exiled.Events.dll

Contains all information after the end of a round.

public class RoundEndedEventArgs : IExiledEvent
Inheritance
RoundEndedEventArgs
Implements
Inherited Members
Extension Methods

Constructors

RoundEndedEventArgs(LeadingTeam, SumInfo_ClassList, int)

Initializes a new instance of the RoundEndedEventArgs class.

public RoundEndedEventArgs(LeadingTeam leadingTeam, RoundSummary.SumInfo_ClassList classList, int timeToRestart)

Parameters

leadingTeam LeadingTeam
classList RoundSummary.SumInfo_ClassList
timeToRestart int

Properties

ClassList

Gets or sets the round summary class list.

public RoundSummary.SumInfo_ClassList ClassList { get; set; }

Property Value

RoundSummary.SumInfo_ClassList

LeadingTeam

Gets the leading team.

public LeadingTeam LeadingTeam { get; }

Property Value

LeadingTeam

ShowRoundSummary

Gets or sets a value indicating whether Round Summary will be sent to all players.

public bool ShowRoundSummary { get; set; }

Property Value

bool

TimeToRestart

Gets or sets the time to restart the next round.

public int TimeToRestart { get; set; }

Property Value

int