Class RoundEndedEventArgs
Contains all information after the end of a round.
Inheritance
System.Object
RoundEndedEventArgs
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Server
Assembly: Exiled.Events.dll
Syntax
public class RoundEndedEventArgs : IExiledEvent
Constructors
| Improve this Doc View SourceRoundEndedEventArgs(LeadingTeam, RoundSummary.SumInfo_ClassList, Int32)
Initializes a new instance of the RoundEndedEventArgs class.
Declaration
public RoundEndedEventArgs(LeadingTeam leadingTeam, RoundSummary.SumInfo_ClassList classList, int timeToRestart)
Parameters
Type | Name | Description |
---|---|---|
LeadingTeam | leadingTeam | |
RoundSummary.SumInfo_ClassList | classList | |
System.Int32 | timeToRestart |
Properties
| Improve this Doc View SourceClassList
Gets or sets the round summary class list.
Declaration
public RoundSummary.SumInfo_ClassList ClassList { get; set; }
Property Value
Type | Description |
---|---|
RoundSummary.SumInfo_ClassList |
LeadingTeam
Gets the leading team.
Declaration
public LeadingTeam LeadingTeam { get; }
Property Value
Type | Description |
---|---|
LeadingTeam |
TimeToRestart
Gets or sets the time to restart the next round.
Declaration
public int TimeToRestart { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |