Class EndingRoundEventArgs
Contains all information before ending a round.
Inheritance
System.Object
EndingRoundEventArgs
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 EndingRoundEventArgs : IDeniableEvent, IExiledEvent
Constructors
| Improve this Doc View SourceEndingRoundEventArgs(RoundSummary.LeadingTeam, RoundSummary.SumInfo_ClassList, Boolean, Boolean)
Initializes a new instance of the EndingRoundEventArgs class.
Declaration
public EndingRoundEventArgs(RoundSummary.LeadingTeam leadingTeam, RoundSummary.SumInfo_ClassList classList, bool isAllowed, bool isForceEnded)
Parameters
Type | Name | Description |
---|---|---|
RoundSummary.LeadingTeam | leadingTeam | |
RoundSummary.SumInfo_ClassList | classList | |
System.Boolean | isAllowed | |
System.Boolean | isForceEnded |
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 |
IsAllowed
Gets or sets a value indicating whether the event can be executed or not.
Declaration
public bool IsAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsForceEnded
Gets or Sets a value indicating whether the round is ended by API call.
Declaration
public bool IsForceEnded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRoundEnded
Gets or sets a value indicating whether the round is going to finish or not.
Declaration
public bool IsRoundEnded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LeadingTeam
Gets or sets the leading team.
Declaration
public LeadingTeam LeadingTeam { get; set; }
Property Value
Type | Description |
---|---|
LeadingTeam |